feat: add initial support for points page
This commit is contained in:
@@ -2,6 +2,7 @@ import {
|
||||
benefits,
|
||||
myPages,
|
||||
overview,
|
||||
points,
|
||||
profile,
|
||||
profileEdit,
|
||||
stays,
|
||||
@@ -19,4 +20,5 @@ export const authRequired = [
|
||||
...Object.values(profile),
|
||||
...Object.values(profileEdit),
|
||||
...Object.values(stays),
|
||||
...Object.values(points),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user