[footer] refresh auth state in real time

This commit is contained in:
nymkappa
2024-07-01 14:33:19 +09:00
parent 7ed35b955d
commit b91f195955
4 changed files with 17 additions and 10 deletions

View File

@@ -129,7 +129,7 @@
</main>
<div class="flex-grow-1"></div>
<app-global-footer *ngIf="footerVisible"></app-global-footer>
<app-global-footer *ngIf="footerVisible" [user]="user"></app-global-footer>
</div>
</div>