mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +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,
|
||||
homeserver: sessionInfo.homeServer,
|
||||
};
|
||||
if (sessionInfo.accountManagementUrl) {
|
||||
filteredSessionInfo.accountManagementUrl = sessionInfo.accountManagementUrl;
|
||||
}
|
||||
const olm = await this._olmPromise;
|
||||
let olmWorker = null;
|
||||
if (this._workerPromise) {
|
||||
|
Loading…
Reference in New Issue
Block a user