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

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-05-30 11:08:50 +01:00 committed by GitHub
parent 5c623cd573
commit 3847367088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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