Skip to content

Commit

Permalink
Fix redirect url
Browse files Browse the repository at this point in the history
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
  • Loading branch information
nurRiyad committed Aug 13, 2023
1 parent b63dc30 commit d0557bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SigninView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const showProcessing = ref(false)
// For Local Dev -> url: 'http://localhost:5173/signin',
const actionCodeSettings = {
url: 'https://vuefire-todos.netlify.app/signin',
url: 'https://ac-snacks.vercel.app/snacks',
handleCodeInApp: true,
}
Expand Down

0 comments on commit d0557bb

Please sign in to comment.