mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 01:27:24 +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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-container *ngIf="user">
|
<ng-container *ngIf="user && user.id">
|
||||||
<div class="account-card-wrapper">
|
<div class="account-card-wrapper">
|
||||||
<button
|
<button
|
||||||
cdkOverlayOrigin
|
cdkOverlayOrigin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user