feat: additional valid password (#1456)
This commit is contained in:
@@ -70,6 +70,7 @@ export const ZSignUpFormV2Schema = z
|
||||
},
|
||||
{
|
||||
message: msg`Password should not be common or based on personal information`.id,
|
||||
path: ['password'],
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user