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

Commit 3847367

Browse files
authored
Fix call to startSingleSignOn passing enum in place of idpId (#10998)
1 parent 5c623cd commit 3847367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/auth/Login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
313313
this.loginLogic.createTemporaryClient(),
314314
ssoKind,
315315
this.props.fragmentAfterLogin,
316+
undefined,
316317
SSOAction.REGISTER,
317318
);
318319
} else {

0 commit comments

Comments
 (0)