Stop / route screen being called Login when set to public access
This commit is contained in:
parent
b9cfebdad2
commit
5691280961
|
@ -14,7 +14,9 @@
|
|||
const ROUTE_NAME_MAP = {
|
||||
"/": {
|
||||
BASIC: "Home",
|
||||
PUBLIC: "Login",
|
||||
PUBLIC: "Home",
|
||||
ADMIN: "Home",
|
||||
POWER: "Home",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue