1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-10 19:43:07 +03:00

Fix call to startSingleSignOn passing enum in place of idpId (#10998)

This commit is contained in:
Michael Telatynski
2023-05-30 11:08:50 +01:00
committed by GitHub
parent 5c623cd573
commit 3847367088

View File

@@ -313,6 +313,7 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
this.loginLogic.createTemporaryClient(), this.loginLogic.createTemporaryClient(),
ssoKind, ssoKind,
this.props.fragmentAfterLogin, this.props.fragmentAfterLogin,
undefined,
SSOAction.REGISTER, SSOAction.REGISTER,
); );
} else { } else {