From e5402009f8dc1948870de4c3b6904c17d1d9fe49 Mon Sep 17 00:00:00 2001 From: Zeeshan Mehboob Date: Mon, 11 Dec 2023 19:33:51 +0530 Subject: [PATCH] [ADDED] prefix in password input Signed-off-by: Zeeshan Mehboob --- oidc-ui/public/index.html | 1 + oidc-ui/src/App.css | 66 ++++++++++++++++++++++-- oidc-ui/src/common/ErrorIndicator.js | 2 + oidc-ui/src/components/InputWithImage.js | 6 ++- oidc-ui/src/components/LoginQRCode.js | 1 + oidc-ui/src/components/Password.js | 8 +++ oidc-ui/src/constants/clientConstants.js | 1 + oidc-ui/src/constants/formFields.js | 2 + 8 files changed, 82 insertions(+), 5 deletions(-) diff --git a/oidc-ui/public/index.html b/oidc-ui/public/index.html index a1a85d5d0..75f943ccd 100644 --- a/oidc-ui/public/index.html +++ b/oidc-ui/public/index.html @@ -9,6 +9,7 @@ +