From c1f97415fb0aea80a585e302a40ea79f709e8b3d Mon Sep 17 00:00:00 2001 From: Bently Date: Fri, 11 Oct 2024 17:52:08 +0100 Subject: [PATCH] refactor(frontend/login): Hide sign in with Google/GitHub/Discord for now (#8318) hide sign in with Google/GitHub/Discord for now --- autogpt_platform/frontend/src/app/login/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogpt_platform/frontend/src/app/login/page.tsx b/autogpt_platform/frontend/src/app/login/page.tsx index 1fa13f54f2..7457f6c7b0 100644 --- a/autogpt_platform/frontend/src/app/login/page.tsx +++ b/autogpt_platform/frontend/src/app/login/page.tsx @@ -114,7 +114,7 @@ export default function LoginPage() { return (
-
+ {/*
-
+
*/}