Skip to content

Commit

Permalink
Merge pull request #56 from BinaryStudioAcademy/bugfix/6-add-rediraction
Browse files Browse the repository at this point in the history
Bugfix/6 added rediraction to login page
  • Loading branch information
pospyra committed Aug 30, 2023
2 parents 8bf6862 + 35014e1 commit 56d05ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<button type="submit" class="form-button" [disabled]="!registrationForm.valid" (click)="signUp()">
Enlist
</button>
<div class="have-account">
Already registered?
<a class="sign-in-link" routerLink="/auth/login">Sign in</a>
</div>
</form>
</div>
<div class="footer"></div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
max-width: 1078px
border-radius: 15px
background-color: $charcoal-grey
@media screen and (max-width: $mobile)
@media screen and (max-width: $mobile)
width: 90%

.register-page-form
Expand Down Expand Up @@ -101,3 +101,6 @@

.form-button:disabled
background-color: $dark-green

.have-account
text-align: center

0 comments on commit 56d05ef

Please sign in to comment.