We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fc6e4 commit d11edfbCopy full SHA for d11edfb
src/matrix/net/OidcApi.ts
@@ -80,9 +80,6 @@ export class OidcApi<N extends object = SegmentType> {
80
this._urlRouter = urlRouter;
81
this._staticClients = staticClients;
82
83
- console.log(staticClients);
84
- console.log(clientId);
85
-
86
if (clientId) {
87
this._registrationPromise = Promise.resolve({ client_id: clientId });
88
}
0 commit comments