mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use the right protocol for SSO URLs
This commit is contained in:
parent
636529bb36
commit
1b60743910
@ -502,7 +502,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
|
||||
getSSOCallbackUrl(fragmentAfterLogin: string): URL {
|
||||
const url = super.getSSOCallbackUrl(fragmentAfterLogin);
|
||||
url.protocol = "riot";
|
||||
url.protocol = "element";
|
||||
url.searchParams.set("riot-desktop-ssoid", this.ssoID);
|
||||
return url;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user