mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Fix call to startSingleSignOn
passing enum in place of idpId (#10998)
This commit is contained in:
parent
5c623cd573
commit
3847367088
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
|
|||
this.loginLogic.createTemporaryClient(),
|
||||
ssoKind,
|
||||
this.props.fragmentAfterLogin,
|
||||
undefined,
|
||||
SSOAction.REGISTER,
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue