I'm trying to disable some routes

I'm trying to disable some routes, I saw that there is a string array "disabledPaths". Mine is like this
disabledPaths: [
'/change-email',
'/list-sessions',
'/list-accounts',
'/unlink-account',
]
disabledPaths: [
'/change-email',
'/list-sessions',
'/list-accounts',
'/unlink-account',
]
, but it's not disabling, can someone help me?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?