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:
parent
eeb70e38c3
commit
7f54147a64
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue