Add beginning of Google Auth

This commit is contained in:
2023-11-18 00:49:06 -05:00
parent f2d4ce12d4
commit 7b70c13f3f
11 changed files with 599 additions and 13 deletions

View File

@@ -71,6 +71,22 @@ const routes: RouteRecordRaw[] = [
publicRoute: true,
},
},
{
path: '/terms-of-service',
component: () => import('pages/TermsOfServicePage.vue'),
name: 'tospage',
meta: {
publicRoute: true,
},
},
{
path: '/privacy-policy',
component: () => import('pages/PrivacyPolicyPage.vue'),
name: 'privacy-policy',
meta: {
publicRoute: true,
},
},
// {
// path: '/register',
// component: () => import('pages/RegisterPage.vue'),