Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobingsa authored Feb 3, 2023
1 parent 2044065 commit 546a25f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/NorthClientTheme/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ redirect:
removeaccountfailed: "/admin"
removeaccountsuccess: "/admin"
profile: "/profile"
faq: "/faq"

pages:
connect: connect.ejs
Expand All @@ -65,6 +66,7 @@ pages:
lv: linkvertise.ejs
buy: buy.ejs
profile: profile.ejs
faq: faq.ejs

mustbeloggedin:
- "/dashboard"
Expand All @@ -79,6 +81,8 @@ mustbeloggedin:
- "/status"
- "/lv"
- "/buy"
- "/profile"
- "/faq"

mustbeadmin:
- "/admin"
Expand All @@ -97,4 +101,4 @@ variables:
link: "/dashboard"
loggedout:
text: <img src="https://i.imgur.com/EYGXn9D.png" width="25" /> Login with Discord
link: "/login"
link: "/login"

0 comments on commit 546a25f

Please sign in to comment.