From 7f54147a64289ee1cdb190de901588b2d5d2ab12 Mon Sep 17 00:00:00 2001 From: Michal Gold Date: Thu, 6 Feb 2025 12:53:24 +0200 Subject: [PATCH] Wizard: change password to **** if there is value in pasword field this changes password to **** if there is value in pasword field --- .../CreateImageWizard/steps/Review/ReviewStepTextLists.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx index 5bbc1dab..4296579c 100644 --- a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx @@ -818,7 +818,7 @@ export const UsersList = () => { Password - {userPassword ? userPassword : 'None'} + {userPassword ? '●'.repeat(8) : 'None'}