From 343ea38def25c77d3c09db87611e5f34b5159916 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 26 May 2023 16:38:48 +0100 Subject: [PATCH] Fix call to `startSingleSignOn` passing enum in place of idpId --- 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 2fb46cc0ee7..3299cae3fc3 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 {