From 462dc573ebb6ffc2f0398e4aaeb1df622162a40c Mon Sep 17 00:00:00 2001 From: Kalle Mustonen <35445553+KalleMus@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:16:26 +0300 Subject: [PATCH] fix(oxauth) - removed whitespace from login.xhtml and empty login.login property (#1907) * Removed whitespace from login.xhtml login button value attribute. * Removed empty login.login from props. --- Server/src/main/resources/oxauth.properties | 2 +- Server/src/main/webapp/login.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/src/main/resources/oxauth.properties b/Server/src/main/resources/oxauth.properties index f5d79bd4ee..0602480cde 100644 --- a/Server/src/main/resources/oxauth.properties +++ b/Server/src/main/resources/oxauth.properties @@ -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 Ok to enable the Touch ID. diff --git a/Server/src/main/webapp/login.xhtml b/Server/src/main/webapp/login.xhtml index 3dbc1356b9..a20370ec05 100644 --- a/Server/src/main/webapp/login.xhtml +++ b/Server/src/main/webapp/login.xhtml @@ -66,7 +66,7 @@