mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update auth route
This commit is contained in:
parent
87864c57d4
commit
1c3deae520
@ -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: {
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default [
|
||||
{
|
||||
path: "/login",
|
||||
path: "/auth",
|
||||
useLayout: "minimal",
|
||||
public: true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user