Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed whitespace from login.xhtml login button value attribute and empty login.login property from oxauth.properties. #1907

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading