✨ feat(ui): add the attribute mode="password" to the password input on the Setup page to enable password visibility toggle
This commit is contained in:
@@ -349,6 +349,7 @@ const Setup = () => {
|
||||
size='large'
|
||||
className="mb-4 !rounded-lg"
|
||||
noLabel={false}
|
||||
mode="password"
|
||||
validateStatus="default"
|
||||
onChange={(value) =>
|
||||
setFormData({ ...formData, password: value })
|
||||
@@ -364,6 +365,7 @@ const Setup = () => {
|
||||
size='large'
|
||||
className="!rounded-lg"
|
||||
noLabel={false}
|
||||
mode="password"
|
||||
validateStatus="default"
|
||||
onChange={(value) =>
|
||||
setFormData({ ...formData, confirmPassword: value })
|
||||
|
||||
Reference in New Issue
Block a user