From 283779136aa54e448da65d6918ade84f96347c87 Mon Sep 17 00:00:00 2001 From: parth2024 <156824891+parth2024@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:07:57 +0530 Subject: [PATCH] done --- .gitignore | 1 + components/AccountForm.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45c1abc..8ee9ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.pnp .pnp.js + # testing /coverage diff --git a/components/AccountForm.tsx b/components/AccountForm.tsx index 077dc21..da9de4f 100644 --- a/components/AccountForm.tsx +++ b/components/AccountForm.tsx @@ -63,7 +63,7 @@ function AccountForm({ customer }: IAccountForm) { formError = message; }); } catch (error) { - console.log(error); + console.log('error ______', error); } cookies().set({ name: 'customerAccessToken',