mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-23 10:41:38 +01:00
Pass missing oidc api client configs
This commit is contained in:
parent
c23039894f
commit
d34a6cdf0e
@ -26,6 +26,7 @@ export class StartOIDCLoginViewModel extends ViewModel {
|
|||||||
this._homeserver = options.loginOptions.homeserver;
|
this._homeserver = options.loginOptions.homeserver;
|
||||||
this._api = new OidcApi({
|
this._api = new OidcApi({
|
||||||
issuer: this._issuer,
|
issuer: this._issuer,
|
||||||
|
clientConfigs: this._platform.config.oidc.clientConfigs,
|
||||||
request: this.platform.request,
|
request: this.platform.request,
|
||||||
encoding: this.platform.encoding,
|
encoding: this.platform.encoding,
|
||||||
crypto: this.platform.crypto,
|
crypto: this.platform.crypto,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user