diff --git a/src/components/GuestBookLogin.vue b/src/components/GuestBookLogin.vue index 84927f3..aa73611 100644 --- a/src/components/GuestBookLogin.vue +++ b/src/components/GuestBookLogin.vue @@ -36,11 +36,15 @@ export default defineComponent({ } const loginWithGoogle = () => { - + return $axios.get('/auth/google').then((response) => { + console.log(response) + }) } const loginWithTwitter = () => { - + return $axios.get('/auth/twitter').then((response) => { + console.log(response) + }) } return {