mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
chore: remove console log
This commit is contained in:
@@ -146,7 +146,6 @@ export const SignInForm = ({ className }: SignInFormProps) => {
|
|||||||
try {
|
try {
|
||||||
await signIn('google', { callbackUrl: LOGIN_REDIRECT_PATH });
|
await signIn('google', { callbackUrl: LOGIN_REDIRECT_PATH });
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err);
|
|
||||||
toast({
|
toast({
|
||||||
title: 'An unknown error occurred',
|
title: 'An unknown error occurred',
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user