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 {