mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-29 16:07:07 +00:00
fix(console): update eslint, redirect user without roles, private labeling save and icon (#4459)
* header check * eslint, header link * labelpolicy promise * set isdefault of branding to false on add * icon * branding toggles
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</a>
|
||||
|
||||
<ng-template #defaultHome>
|
||||
<a class="title" [routerLink]="['/']">
|
||||
<a class="title" [routerLink]="authService.zitadelPermissions.getValue().length === 0 ? ['/users', 'me'] : ['/']">
|
||||
<img
|
||||
class="logo"
|
||||
alt="zitadel logo"
|
||||
|
||||
Reference in New Issue
Block a user