feat(WEB-170): edit profile view
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { benefits, myPages, profile } from "./myPages"
|
||||
import { benefits, myPages, profile, profileEdit } from "./myPages"
|
||||
|
||||
/**
|
||||
* These are routes in code we know requires auth
|
||||
@@ -6,7 +6,8 @@ import { benefits, myPages, profile } from "./myPages"
|
||||
* Some of these are rewritten in next.config.js
|
||||
*/
|
||||
export const authRequired = [
|
||||
...Object.values(benefits),
|
||||
...Object.values(myPages),
|
||||
...Object.values(profile),
|
||||
...Object.values(benefits),
|
||||
...Object.values(profileEdit),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user