SES-86 added Sign Up Component #25

Merged
s426134 merged 2 commits from SES-86 into master 2020-12-12 19:20:24 +01:00
Collaborator

SES-86
* created validator
* created Sign Up UI component
* fixed style

SES-86 * created validator * created Sign Up UI component * fixed style
s426128 requested review from s426134 2020-12-12 00:22:23 +01:00
s426134 requested changes 2020-12-12 10:01:29 +01:00
@ -0,0 +31,4 @@
</mat-error>
<mat-error
*ngIf="password.errors && password.errors.minlength">
Password must be of length 6
Collaborator

Error nie wyświetla się

Error nie wyświetla się
@ -0,0 +51,4 @@
</mat-error>
<mat-error
*ngIf="password.errors && password!==confirmPassword">
Please make sure your passwords match
Collaborator

Error nie wyświetla się

Error nie wyświetla się
s426128 requested review from s426134 2020-12-12 18:51:52 +01:00
s426134 merged commit fcfd8665c2 into master 2020-12-12 19:20:24 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s426135/session-companion#25
No description provided.