chore: remove console log

This commit is contained in:
Navindu Amarakoon
2023-12-10 09:23:31 +05:30
parent 95041fa2e4
commit 5c1d30bfbb

View File

@ -146,7 +146,6 @@ export const SignInForm = ({ className }: SignInFormProps) => {
try {
await signIn('google', { callbackUrl: LOGIN_REDIRECT_PATH });
} catch (err) {
console.error(err);
toast({
title: 'An unknown error occurred',
description: