From 3847367088503a69745846033aa2712e4438f0f5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 30 May 2023 11:08:50 +0100 Subject: [PATCH] Fix call to `startSingleSignOn` passing enum in place of idpId (#10998) --- src/components/structures/auth/Login.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/auth/Login.tsx b/src/components/structures/auth/Login.tsx index 2fb46cc0ee..3299cae3fc 100644 --- a/src/components/structures/auth/Login.tsx +++ b/src/components/structures/auth/Login.tsx @@ -313,6 +313,7 @@ export default class LoginComponent extends React.PureComponent this.loginLogic.createTemporaryClient(), ssoKind, this.props.fragmentAfterLogin, + undefined, SSOAction.REGISTER, ); } else {