From e59f918ab73eef7061922416daa8d1a6640b3446 Mon Sep 17 00:00:00 2001 From: Koushik Date: Wed, 11 Oct 2023 14:53:01 +0530 Subject: [PATCH] Fix Register page button before Sign In after Sign Up --- components/user-auth-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/user-auth-form.tsx b/components/user-auth-form.tsx index af745b3..798b2b7 100644 --- a/components/user-auth-form.tsx +++ b/components/user-auth-form.tsx @@ -84,7 +84,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) { {isLoading && ( )} - Sign In with Email + Sign Up with Email