Skip to content

Commit

Permalink
update auth route
Browse files Browse the repository at this point in the history
  • Loading branch information
srgooglo committed Feb 19, 2024
1 parent 87864c5 commit 1c3deae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/constants/routes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default [
{
path: "/login",
path: "/auth",
useLayout: "minimal",
public: true
},
Expand Down

0 comments on commit 1c3deae

Please sign in to comment.