Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix call to startSingleSignOn passing enum in place of idpId (#10998)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 30, 2023
1 parent 5c623cd commit 3847367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structures/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
this.loginLogic.createTemporaryClient(),
ssoKind,
this.props.fragmentAfterLogin,
undefined,
SSOAction.REGISTER,
);
} else {
Expand Down

0 comments on commit 3847367

Please sign in to comment.