#oauth fix some problems ( FB still not working )
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user