Update Templates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<#import "template.ftl" as layout>
|
||||
<@layout.registrationLayout; section>
|
||||
<#if section="header">
|
||||
${msg("loginTitle",(realm.displayName!''))}
|
||||
<h1 class="login-title display-5 mb-3 d-lg-none">OTP Validation</h1>
|
||||
<h1 class="login-title display-3 mb-5 d-none d-lg-block">OTP Validation</h1>
|
||||
<#elseif section="form">
|
||||
<h1 class="login-title display-3 mb-5">OTP Validation</h1>
|
||||
<form id="kc-otp-login-form" class=""
|
||||
action="${url.loginAction}"
|
||||
method="post">
|
||||
|
||||
Reference in New Issue
Block a user