Wizard: change password to **** if there is value in pasword field

this changes password to **** if there is value in pasword field
This commit is contained in:
Michal Gold 2025-02-06 12:53:24 +02:00 committed by Klara Simickova
parent eeb70e38c3
commit 7f54147a64

View file

@ -818,7 +818,7 @@ export const UsersList = () => {
Password
</TextListItem>
<TextListItem component={TextListItemVariants.dd}>
{userPassword ? userPassword : 'None'}
{userPassword ? '●'.repeat(8) : 'None'}
</TextListItem>
<TextListItem
component={TextListItemVariants.dt}