fix(auth): password min length 6 + show/hide toggle on password inputs
Build & Push Docker Image / build (push) Successful in 2m21s
Build & Push Docker Image / build (push) Successful in 2m21s
This commit is contained in:
@@ -1013,7 +1013,7 @@ components:
|
||||
minLength: 1
|
||||
newPassword:
|
||||
type: string
|
||||
minLength: 8
|
||||
minLength: 6
|
||||
|
||||
SetPasswordInput:
|
||||
type: object
|
||||
@@ -1021,7 +1021,7 @@ components:
|
||||
properties:
|
||||
password:
|
||||
type: string
|
||||
minLength: 8
|
||||
minLength: 6
|
||||
|
||||
PasswordRedirect:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user