Fixed login state problems #70
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<main [class]="themeName">
|
||||
<ng-container *ngIf="authService.isLoggedIn; else login">
|
||||
<ng-container *ngIf="isLoggedIn; else login">
|
||||
<app-header></app-header>
|
||||
|
||||
<section class="app">
|
||||
|
Reference in New Issue
Block a user