Skip to content

Commit

Permalink
Merge pull request #53 from BinaryStudioAcademy/bugfix/7-sign-up-page…
Browse files Browse the repository at this point in the history
…-design

Bugfix/7 sign up page design
  • Loading branch information
tatianahutii committed Aug 30, 2023
2 parents 8389a58 + fce79ee commit daa28cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
[InputType]="'email'"
[Identifier]="'email'"
[Width]="'100%'"
[InputLabel]="'Email:'"
[InputLabel]="'Email'"
[InputPlaceholder]="'Enter your email'"
(InputValueChange)="registrationForm.controls['email'].setValue($event)">
</app-custom-input>
<app-custom-input
[Identifier]="'username'"
[Width]="'100%'"
[InputLabel]="'Username:'"
[InputLabel]="'Username'"
[InputPlaceholder]="'Enter your username'"
(InputValueChange)="registrationForm.controls['username'].setValue($event)">
</app-custom-input>
<app-custom-input
[InputType]="'password'"
[Identifier]="'password'"
[Width]="'100%'"
[InputLabel]="'Password:'"
[InputLabel]="'Password'"
[InputPlaceholder]="'&#9679;&#9679;&#9679;&#9679;&#9679;&#9679;'"
(InputValueChange)="registrationForm.controls['password'].setValue($event)">
</app-custom-input>
Expand Down

0 comments on commit daa28cf

Please sign in to comment.