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', ]```, but it's not disabling, can someone help me?