Skip to content

Commit

Permalink
fix(oxauth) - removed whitespace from login.xhtml and empty login.log…
Browse files Browse the repository at this point in the history
…in property (#1907)

* Removed  whitespace from login.xhtml login button value attribute.

* Removed empty login.login from props.
  • Loading branch information
KalleMus authored Jun 3, 2024
1 parent af23b17 commit 462dc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Server/src/main/resources/oxauth.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ login.failedToDeny=Failed to deny authorization.
login.userAlreadyAuthenticated=User is already authenticated. Re-send authorization request (must be handled by RP).
login.youDontHavePermission=You don't have permissions.
login.forgotYourPassword = Forgot your password?
login.login

fido2.touch.verification.usedevice=Use Touch ID on your Apple device to sign in to your Gluu account.
fido2.touch.verification.insertkey = Place your finger on the Touch ID.
fido2.touch.verification.useit=Click <b>Ok</b> to enable the Touch ID.
Expand Down
2 changes: 1 addition & 1 deletion Server/src/main/webapp/login.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div class="col-sm-offset-2 offset-md-2 col-sm-8 col-md-8">
<h:commandButton id="loginButton"
style="background-color: #00BE79; color:white;"
styleClass="btn col-sm-12" value=" #{msgs['login.login']}"
styleClass="btn col-sm-12" value="#{msgs['login.login']}"
onclick="checkRemembeMe()" iconAwesome="fa-sign-in"
action="#{authenticator.authenticate}" />
</div>
Expand Down

0 comments on commit 462dc57

Please sign in to comment.