Fix for login page issues

This commit is contained in:
piotrpekala7
2021-05-07 19:46:46 +02:00
parent f7a3df27b8
commit 06ad9c2f07
5 changed files with 22 additions and 4 deletions

View File

@ -8,13 +8,13 @@
Projects
</button>
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId" mat-button (click)="backToProject()">
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId && !isLoginPage" mat-button (click)="backToProject()">
Back to project
</button>
<span class="fill-space"></span>
<button mat-button [matMenuTriggerFor]="menu">
<button mat-button *ngIf="!isLoginPage" [matMenuTriggerFor]="menu">
<mat-icon>more_vert</mat-icon>
</button>