mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
feat(console): split granted from owned project modules, general ui ux fixes (#286)
* add iam label, user avatar * avatar component * split granted and owned modules * move components to resp module * refactor project contributors, g project nav * rem console logs, add avatar for org members * fix changes loading, auth user page * refactor home, i18n * fix changes side overflow * lint
This commit is contained in:
@@ -31,7 +31,6 @@ export class GrpcService {
|
||||
|
||||
this.issuer = data.issuer;
|
||||
if (data.clientid) {
|
||||
console.log(data.clientid);
|
||||
this.clientid = data.clientid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user