mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-11 22:58:32 +00:00
fix(console): doc link on user detail (#5338)
fix: doc link on user detail
This commit is contained in:
parent
d0d1173c7d
commit
a006377149
@ -1,7 +1,7 @@
|
||||
<cnsl-top-view
|
||||
*ngIf="user"
|
||||
title="{{ user.human ? user.human.profile?.displayName : user.machine?.name }}"
|
||||
docLink="https://zitadel.com/docs/guides/manage/console/projects"
|
||||
docLink="https://zitadel.com/docs/guides/manage/console/users"
|
||||
sub="{{ user.preferredLoginName }}"
|
||||
[isActive]="user.state === UserState.USER_STATE_ACTIVE"
|
||||
[isInactive]="user.state === UserState.USER_STATE_INACTIVE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user