Skip to content

Commit

Permalink
fix(db): make to allow to show/hide the password when only creating (a…
Browse files Browse the repository at this point in the history
…pache#20186)

(cherry picked from commit 95b28fc)
  • Loading branch information
prosdev0107 authored and sadpandajoe committed May 26, 2022
1 parent b746e6f commit 20f2ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const passwordField = ({
id="password"
name="password"
required={required}
type={isEditMode && 'password'}
visibilityToggle={!isEditMode}
value={db?.parameters?.password}
validationMethods={{ onBlur: getValidation }}
errorMessage={validationErrors?.password}
Expand Down

0 comments on commit 20f2ebe

Please sign in to comment.