Skip to content

Commit

Permalink
UX feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Apr 2, 2024
1 parent 7b07a5c commit 01917ad
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<#import "template.ftl" as layout>
<@layout.registrationLayout displayMessage=!messagesPerField.existsError('username','password') displayInfo=realm.password && realm.registrationAllowed && !registrationDisabled??; section>
<#if section = "header">
<#if attemptedName??>
<#if (attemptedName!"")?has_content>
${msg("loginGreeting")} ${attemptedName}!
<#else>
${msg("loginAccountTitle")}
Expand Down
Loading

0 comments on commit 01917ad

Please sign in to comment.