feat: move my-pages view to overview
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { benefits, myPages, profile, profileEdit } from "./myPages"
|
||||
import { benefits, myPages, overview, profile, profileEdit } from "./myPages"
|
||||
|
||||
/**
|
||||
* These are routes in code we know requires auth
|
||||
@@ -8,6 +8,7 @@ import { benefits, myPages, profile, profileEdit } from "./myPages"
|
||||
export const authRequired = [
|
||||
...Object.values(benefits),
|
||||
...Object.values(myPages),
|
||||
...Object.values(overview),
|
||||
...Object.values(profile),
|
||||
...Object.values(profileEdit),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user