Skip to content

Commit

Permalink
chore: add a log for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ydennisy committed Apr 21, 2024
1 parent 5f85e12 commit a036c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/confirm.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
const redirectToPreviousPath = async () => {
const redirectPath = useCookie('sb-redirect-path');
console.log('I am trying to redirect!!!', redirectPath);
if (!redirectPath) {
await navigateTo('/');
}
Expand Down

0 comments on commit a036c84

Please sign in to comment.