fix: add correct routing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { myPages, profile } from "./myPages"
|
||||
import { benefits, myPages, profile } from "./myPages"
|
||||
|
||||
/**
|
||||
* These are routes in code we know requires auth
|
||||
@@ -8,4 +8,5 @@ import { myPages, profile } from "./myPages"
|
||||
export const authRequired = [
|
||||
...Object.values(myPages),
|
||||
...Object.values(profile),
|
||||
...Object.values(benefits),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user