Join Discord
Powered by
And my class validation: export class SuperToken...
# support-questions-legacy
w
weboux
02/03/2023, 6:22 PM
And my class validation: export class SuperTokensUsersPipe {
@is
Email() email: string; @MinLength(9) @Matches(/[A-Z]+/g) @Matches(/[a-ząćęłńóśźżĄĘŁŃÓŚŹŻぁ-んァ-ヾ一-龯]*/g) @Matches(/[0-9]+/g) @Matches(/[#?!@$%^&*-]+/g)
@is
NotEmpty() password: string; }
2
Views
Previous
Next