From 35fb3dd6b9b39546440cf01965b6459250f4f1c5 Mon Sep 17 00:00:00 2001 From: Kalle Date: Mon, 3 Jun 2024 15:59:43 +0300 Subject: [PATCH 1/2] Removed whitespace from login.xhtml login button value attribute. --- Server/src/main/webapp/login.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
From 1f091d30c7d83d8de0adfb74177ba0bf532b715e Mon Sep 17 00:00:00 2001 From: Kalle Date: Mon, 3 Jun 2024 16:23:22 +0300 Subject: [PATCH 2/2] Removed empty login.login from props. --- Server/src/main/resources/oxauth.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.