Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Aug 12, 2023
1 parent 6d30dc2 commit 80d0735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/components/pages/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ const setupAccount = async () => {
});
redirectToCollections();
} catch (e: any) {
console.log('catch');
snackbar.error({ title: e.message || e });
}
console.log('after catch');
isLoading.value = false;
};
Expand Down

0 comments on commit 80d0735

Please sign in to comment.