diff --git a/src/view/com/auth/create/Step1.tsx b/src/view/com/auth/create/Step1.tsx index c1bec535f5..1f6852f8cc 100644 --- a/src/view/com/auth/create/Step1.tsx +++ b/src/view/com/auth/create/Step1.tsx @@ -157,7 +157,7 @@ export function Step1({ )} - {uiState.inviteCode ? ( + {!uiState.isInviteCodeRequired || uiState.inviteCode ? ( <>