mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
fix: console build (#194)
* grpc gen, headers * add auth headers * resolve build errors * lint * project grant changes * project detail * owned projects * fix undefined
This commit is contained in:
@@ -31,6 +31,7 @@ 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