3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Add privacy policy

This commit is contained in:
Dragory 2020-08-18 23:52:24 +03:00
parent ad78574959
commit cffb0dbd6b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
8 changed files with 154 additions and 4 deletions

View file

@ -10,6 +10,12 @@ export const router = new VueRouter({
{ path: "/login", beforeEnter: authRedirectGuard },
{ path: "/login-callback", beforeEnter: loginCallbackGuard },
// Privacy policy
{
path: "/privacy-policy",
component: () => import("./components/PrivacyPolicy.vue"),
},
// Docs
{
path: "/docs",