After setting up the sample project with this setting and reset my password, the app doesn't auto log me in. ``` web: { forgotPassword: { enabled: true, }, changePassword: { enabled: true, autoLogin: true // DOESN'T WORK } } ```
After setting up the sample project with this setting and reset my password, the app doesn't auto log me in.