diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-08 23:32:10 +0200 |
commit | 926ec7a6b85e6e3f7335a8c5ddcccd51937ee2d8 (patch) | |
tree | b7a420a919d0146f2a0bd2e1e577b795fcb99202 /templates/webmail | |
parent | 4510e3720274865996ef056f1687997ba0b482be (diff) |
added a build configuration step
Diffstat (limited to 'templates/webmail')
-rw-r--r-- | templates/webmail/about.html.ep | 1 | ||||
-rw-r--r-- | templates/webmail/login.html.ep | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep index a5cd4a7..15e35ab 100644 --- a/templates/webmail/about.html.ep +++ b/templates/webmail/about.html.ep @@ -38,7 +38,6 @@ and currently maintained by <a href="mailto:jannis@fehcom.de">Jannis M. Hoffmann</a> </p> - <p> <h3>Supported languages</h3> diff --git a/templates/webmail/login.html.ep b/templates/webmail/login.html.ep index 54ab40a..378ac05 100644 --- a/templates/webmail/login.html.ep +++ b/templates/webmail/login.html.ep @@ -1,6 +1,7 @@ % layout 'mainlayout'; -% my $uses_cram = config->{session}{secure} eq 'cram'; +% use JWebmail::Config; +% my $uses_cram = JWebmail::Config::LOGIN_SCHEME eq fc 'cram_md5'; <section class=section> <div class="container is-max-desktop box"> |