From 9aa2f58ea6c14d443e5acca8f0f58b28f4e1ee12 Mon Sep 17 00:00:00 2001 From: oiov Date: Tue, 8 Oct 2024 19:42:46 +0800 Subject: [PATCH] upd --- app/(auth)/login/page.tsx | 2 +- components/forms/user-auth-form.tsx | 4 ++-- components/sections/hero-landing.tsx | 18 ++++++++---------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index f1a28e5..4cfbf8e 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -38,7 +38,7 @@ export default function LoginPage() {

- Enter your email to sign in to your account + Choose your login method to continue

diff --git a/components/forms/user-auth-form.tsx b/components/forms/user-auth-form.tsx index 120364a..fc5d058 100644 --- a/components/forms/user-auth-form.tsx +++ b/components/forms/user-auth-form.tsx @@ -59,7 +59,7 @@ export function UserAuthForm({ className, type, ...props }: UserAuthFormProps) { return (
-
+ {/*
-
+
*/}