Stop / route screen being called Login when set to public access

This commit is contained in:
Andrew Kingston 2021-05-24 14:09:19 +01:00
parent b9cfebdad2
commit 5691280961
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
const ROUTE_NAME_MAP = {
"/": {
BASIC: "Home",
PUBLIC: "Login",
PUBLIC: "Home",
ADMIN: "Home",
POWER: "Home",
},
}