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 {