mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
SSO callback URL should contain the query params
This commit is contained in:
parent
86e9e0c99e
commit
803730836c
@ -149,7 +149,7 @@ export class URLRouter<T extends {session: string | boolean}> implements IURLRou
|
|||||||
}
|
}
|
||||||
|
|
||||||
createSSOCallbackURL(): string {
|
createSSOCallbackURL(): string {
|
||||||
return window.location.origin;
|
return window.location.href;
|
||||||
}
|
}
|
||||||
|
|
||||||
normalizeUrl(): void {
|
normalizeUrl(): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user