diff --git a/frontend_nuxt/pages/login.vue b/frontend_nuxt/pages/login.vue index 518a0b1bf..8174c437b 100644 --- a/frontend_nuxt/pages/login.vue +++ b/frontend_nuxt/pages/login.vue @@ -35,7 +35,7 @@
-
+ @@ -106,6 +106,9 @@ const submitLogin = async () => { } } +const loginWithGoogle = () => { + googleAuthorize() +} const loginWithGithub = () => { githubAuthorize() }