chore: refactor

This commit is contained in:
Catalin Pit
2024-01-30 12:56:32 +02:00
parent cc090adce0
commit 6053a4a40a
2 changed files with 94 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export const SignUpForm = ({ className, isGoogleSSOEnabled }: SignUpFormProps) =
try {
await signup({ name, email, password, signature });
router.push(`/unverified-account}`);
router.push(`/unverified-account`);
toast({
title: 'Registration Successful',