Добавил кнопку выхода
This commit is contained in:
gofnnp 2023-05-01 17:02:29 +04:00
parent 7f96fa4503
commit a6c0f98ec6
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
'auth-page': showAuthoriztion
}"
>
<button class="logout" color="warn" mat-stroked-button (click)="logout()">Выйти</button>
<div *ngIf="!showAuthoriztion; else authEl" class="account-page">
<div *ngIf="showAuthoriztion" class="top-left-attribute"></div>
<app-bonus-program

View File

@ -8,6 +8,10 @@
padding: 20px 18px 65px;
position: relative;
.logout {
float: right;
}
&.auth-page {
}