From 6a91b3be6cf80b8ed79704dba02c0891fe38eb84 Mon Sep 17 00:00:00 2001 From: kaustubh-rh <88367583+kaustubh-rh@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:55:28 +0530 Subject: [PATCH] Fix for #32016 (#32050) Signed-off-by: kaustubh B --- js/apps/account-ui/src/account-security/SigningIn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/account-ui/src/account-security/SigningIn.tsx b/js/apps/account-ui/src/account-security/SigningIn.tsx index e2f5afdd99..4e9859c133 100644 --- a/js/apps/account-ui/src/account-security/SigningIn.tsx +++ b/js/apps/account-ui/src/account-security/SigningIn.tsx @@ -101,7 +101,7 @@ export const SigningIn = () => { className="pf-v5-u-max-width" style={maxWidth} > - {credential.userLabel || t(credential.type as TFuncKey)} + {t(credential.userLabel) || t(credential.type as TFuncKey)} , ];