Skip to content

Commit

Permalink
Update OnlyGoogle.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
sharknoon committed Oct 7, 2020
1 parent 1391391 commit b426b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login/OnlyGoogle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
this.$router.push("/");
},
onFailure(error) {
console.error("Login attempt error: " + error);
console.error("Login attempt error: " + JSON.stringify(error));
},
checkEmail(form) {
form.preventDefault();
Expand Down

0 comments on commit b426b96

Please sign in to comment.