mirror of https://github.com/vector-im/riot-web
Merge pull request #14513 from vector-im/travis/fix-sso
Use the right protocol for SSO URLspull/14541/head
commit
8eac445ddc
|
@ -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