chore(SW-360): move password form types
This commit is contained in:
@@ -25,8 +25,6 @@ export const passwordValidators = {
|
||||
},
|
||||
}
|
||||
|
||||
export type PasswordValidatorKey = keyof typeof passwordValidators
|
||||
|
||||
export const passwordValidator = (msg = "Required field") =>
|
||||
z
|
||||
.string()
|
||||
|
||||
Reference in New Issue
Block a user