keycloak-themes/keyman/old.account/features/labels/username.ftl
2024-10-03 16:23:01 -06:00

11 lines
241 B
Text

<#macro kw>
<#compress>
<#if !realm.loginWithEmailAllowed>
${msg("username")}
<#elseif !realm.registrationEmailAsUsername>
${msg("usernameOrEmail")}
<#else>
${msg("email")}
</#if>
</#compress>
</#macro>