SES-86 added Sign Up Component #25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "SES-86"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SES-86
* created validator
* created Sign Up UI component
* fixed style
@ -0,0 +31,4 @@
</mat-error>
<mat-error
*ngIf="password.errors && password.errors.minlength">
Password must be of length 6
Error nie wyświetla się
@ -0,0 +51,4 @@
</mat-error>
<mat-error
*ngIf="password.errors && password!==confirmPassword">
Please make sure your passwords match
Error nie wyświetla się