#oauth fix some problems ( FB still not working )

This commit is contained in:
Dominic Villemure
2024-06-10 00:11:21 -04:00
parent 2d438c30be
commit b2cbc0814d
8 changed files with 759 additions and 247 deletions

View File

@@ -23,7 +23,8 @@ app.use(clientPlugin);
app.use(vueGoogleOauth, {
clientId: import.meta.env.VITE_GOOGLE_CLIENT_ID,
})
});
app.use(createPinia());
app.use(vuetify);
app.use(router);