fix(console): don't show empty profile when signed out (#6573)

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Miguel Cabrerizo
2023-09-19 15:10:50 +02:00
committed by GitHub
parent ebb8f92e85
commit 12f53767d6

View File

@@ -195,7 +195,7 @@
</a>
</div>
<ng-container *ngIf="user">
<ng-container *ngIf="user && user.id">
<div class="account-card-wrapper">
<button
cdkOverlayOrigin