mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:27:22 +00:00
fix(console): don't show empty profile when signed out (#6573)
Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
ebb8f92e85
commit
12f53767d6
@ -195,7 +195,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<ng-container *ngIf="user">
|
||||
<ng-container *ngIf="user && user.id">
|
||||
<div class="account-card-wrapper">
|
||||
<button
|
||||
cdkOverlayOrigin
|
||||
|
Loading…
x
Reference in New Issue
Block a user