Fix Register page button before Sign In after Sign Up

This commit is contained in:
Koushik 2023-10-11 14:53:01 +05:30
parent 651f984e52
commit e59f918ab7

View file

@ -84,7 +84,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
{isLoading && (
<Icons.spinner className="mr-2 h-4 w-4 animate-spin" />
)}
Sign In with Email
Sign Up with Email
</button>
</div>
</form>