mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update auth route
This commit is contained in:
parent
768630b7f7
commit
b45091ce6d
@ -14,7 +14,7 @@ export default {
|
|||||||
privacy: "/privacy",
|
privacy: "/privacy",
|
||||||
},
|
},
|
||||||
legal: {
|
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",
|
privacy: "https://storage.ragestudio.net/rstudio/legal_docs/comty/privacy/latest.md",
|
||||||
},
|
},
|
||||||
footerLinks: [
|
footerLinks: [
|
||||||
@ -50,7 +50,7 @@ export default {
|
|||||||
siteName: "Comty™",
|
siteName: "Comty™",
|
||||||
siteDescription: "Comty, a prototype of social network.",
|
siteDescription: "Comty, a prototype of social network.",
|
||||||
mainPath: "/",
|
mainPath: "/",
|
||||||
authPath: "/login",
|
authPath: "/auth",
|
||||||
copyright: "Comty - RageStudio© 2023",
|
copyright: "Comty - RageStudio© 2023",
|
||||||
},
|
},
|
||||||
i18n: {
|
i18n: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
path: "/login",
|
path: "/auth",
|
||||||
useLayout: "minimal",
|
useLayout: "minimal",
|
||||||
public: true
|
public: true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user