Signed-off-by: kaustubh B <kbawanka@redhat.com>
This commit is contained in:
parent
53a6472b44
commit
6a91b3be6c
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
</DataListCell>,
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue