mirror of https://github.com/vector-im/riot-web
Fix call to `startSingleSignOn` passing enum in place of idpId (#10998)
parent
5c623cd573
commit
3847367088
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue