From 8067d7c76a13281334406a3b5ff78f3ee59b75f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Tue, 29 Sep 2020 20:37:23 +0200 Subject: [PATCH] Update Templates --- login/login-otp.ftl | 4 ++-- login/login.ftl | 4 ++-- login/template.ftl | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/login/login-otp.ftl b/login/login-otp.ftl index 395b8c3..392e613 100644 --- a/login/login-otp.ftl +++ b/login/login-otp.ftl @@ -1,9 +1,9 @@ <#import "template.ftl" as layout> <@layout.registrationLayout; section> <#if section="header"> - ${msg("loginTitle",(realm.displayName!''))} +

OTP Validation

+

OTP Validation

<#elseif section="form"> -

OTP Validation

diff --git a/login/login.ftl b/login/login.ftl index 2029303..01e0dd3 100644 --- a/login/login.ftl +++ b/login/login.ftl @@ -1,9 +1,9 @@ <#import "template.ftl" as layout> <@layout.registrationLayout displayInfo=social.displayInfo displayWide=(realm.password && social.providers??); section> <#if section = "header"> - ${msg("loginTitle",(realm.displayName!''))} +

Login

+

Login

<#elseif section = "form"> -

Log In

diff --git a/login/template.ftl b/login/template.ftl index 31b1ae9..e8fcbc9 100644 --- a/login/template.ftl +++ b/login/template.ftl @@ -24,6 +24,21 @@