Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
parth2024 committed Jun 25, 2024
1 parent 411a286 commit 2837791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/.pnp
.pnp.js


# testing
/coverage

Expand Down
2 changes: 1 addition & 1 deletion components/AccountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function AccountForm({ customer }: IAccountForm) {
formError = message;
});
} catch (error) {
console.log(error);
console.log('error ______', error);
}
cookies().set({
name: 'customerAccessToken',
Expand Down

0 comments on commit 2837791

Please sign in to comment.