mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
chore: remove console log
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user