diff options
author | Michael Jones <jonesmz@users.noreply.github.com> | 2022-08-06 00:41:29 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-13 19:28:30 +0100 |
commit | ce3e0c4f0648ce44cb239be043a85468b29c4b13 (patch) | |
tree | 6f93217de962950308e77427f7cfd9b6eced7c2e | |
parent | login.tpl: Fix unnecessary space character (diff) | |
download | pambase-ce3e0c4f0648ce44cb239be043a85468b29c4b13.tar.gz pambase-ce3e0c4f0648ce44cb239be043a85468b29c4b13.tar.bz2 pambase-ce3e0c4f0648ce44cb239be043a85468b29c4b13.zip |
other.tpl: Fix whitespace
Closes: https://github.com/gentoo/pambase/pull/14
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | templates/other.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/other.tpl b/templates/other.tpl index f3b7198..9544f8e 100644 --- a/templates/other.tpl +++ b/templates/other.tpl @@ -1,4 +1,4 @@ auth required pam_deny.so account required pam_deny.so -password required pam_deny.so -session required pam_deny.so +password required pam_deny.so +session required pam_deny.so |