update auth route

This commit is contained in:
SrGooglo 2024-02-19 18:57:45 +00:00
parent 87864c57d4
commit 1c3deae520
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ export default {
privacy: "/privacy",
},
legal: {
terms: "https://storage.ragestudio.net/rstudio/legal_docs/comty/terms/latest.md",
//terms: "https://storage.ragestudio.net/rstudio/legal_docs/comty/terms/latest.md",
privacy: "https://storage.ragestudio.net/rstudio/legal_docs/comty/privacy/latest.md",
},
footerLinks: [
@ -50,7 +50,7 @@ export default {
siteName: "Comty™",
siteDescription: "Comty, a prototype of social network.",
mainPath: "/",
authPath: "/login",
authPath: "/auth",
copyright: "Comty - RageStudio© 2023",
},
i18n: {

View File

@ -1,6 +1,6 @@
export default [
{
path: "/login",
path: "/auth",
useLayout: "minimal",
public: true
},