Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadi2000 committed Nov 1, 2023
1 parent ca8902a commit 84df1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/GoogleLoginButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function GoogleLoginButton() {
// console.log(response.data);
// alert('login successful')
localStorage.setItem('token' , response.newToken)
console.log(response.newToken)
navigate('/dashboard',{replace : true})
})
.catch(error => {
Expand Down

0 comments on commit 84df1bd

Please sign in to comment.