mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 20:14:53 +01:00
Pass oidc account management url to session
This commit is contained in:
parent
7f41a78c27
commit
a375acf875
@ -306,6 +306,9 @@ export class Client {
|
|||||||
userId: sessionInfo.userId,
|
userId: sessionInfo.userId,
|
||||||
homeserver: sessionInfo.homeServer,
|
homeserver: sessionInfo.homeServer,
|
||||||
};
|
};
|
||||||
|
if (sessionInfo.accountManagementUrl) {
|
||||||
|
filteredSessionInfo.accountManagementUrl = sessionInfo.accountManagementUrl;
|
||||||
|
}
|
||||||
const olm = await this._olmPromise;
|
const olm = await this._olmPromise;
|
||||||
let olmWorker = null;
|
let olmWorker = null;
|
||||||
if (this._workerPromise) {
|
if (this._workerPromise) {
|
||||||
|
Loading…
Reference in New Issue
Block a user