Users have to reaffirm MFA on refresh

Hi

We’re trying to work out how to make it such that our users don’t have to re-approve their MFA in case they refresh the page.

I’ve tried to follow the guide here:
https://auth0.com/docs/quickstart/spa/angular2/01-login#restore-login-state-when-app-reloads
but everyone still seems to be redirected and asked to “allow” again.

If the user clicks “remember device” it’s not an issue.

Okay, so my solution was to simply enable the rule “Require MFA Once per session” and remove the check form allways require MFA.

Thanks for sharing that with the rest of community!