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:
Max Peintner
2020-06-09 17:12:35 +02:00
committed by GitHub
parent 25b97b1bcc
commit ef9b03cc84
34 changed files with 8916 additions and 3729 deletions

View File

@@ -31,6 +31,7 @@ export class GrpcService {
this.issuer = data.issuer;
if (data.clientid) {
console.log(data.clientid);
this.clientid = data.clientid;
}
}