1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Fix Welcome.html URLs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-06-25 21:24:24 +01:00
parent 69c5aecfc7
commit 3524d678f7
2 changed files with 12 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ export default class Welcome extends React.PureComponent {
idBaseUrl: isUrl,
});
const plaf = PlatformPeg.get();
const callbackUrl = plaf.getSSOCallbackUrl(tmpClient.getHomeserverUrl(), tmpClient.getIdentityServerUrl(),
this.props.fragmentAfterLogin);
plaf.persistSSODetails(tmpClient);
const callbackUrl = plaf.getSSOCallbackUrl(this.props.fragmentAfterLogin);
return (
<AuthPage>