From 835272b3ab1ecf271ef95bcd5a9f900cccc94843 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Thu, 13 Mar 2025 14:20:09 +0100 Subject: [PATCH] chore: social auth is algo in sign-up page (#7231) --- ui/components/auth/oss/auth-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/auth/oss/auth-form.tsx b/ui/components/auth/oss/auth-form.tsx index b9c30cc036..0c82cb3d13 100644 --- a/ui/components/auth/oss/auth-form.tsx +++ b/ui/components/auth/oss/auth-form.tsx @@ -287,7 +287,7 @@ export const AuthForm = ({ - {type === "sign-in" && ( + {!invitationToken && ( <>