Skip to content

Commit

Permalink
chore(update): template welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
TanDuy03 committed Jul 4, 2024
1 parent 40a6a77 commit fed7a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
// const credential = GoogleAuthProvider.credentialFromResult(result);
// const token = credential.accessToken;
// // The signed-in user info.
// const user = result.user;
localStorage.setItem('isLoggedIn', JSON.stringify(true))
const user = result.user;
router.push('/welcome')
}).catch((error) => {
Expand Down

0 comments on commit fed7a73

Please sign in to comment.