How to control MFA with Gatsby.js and auth0-react?

1.I refer to this document to protect routes

2.I enable MFA with always


3. I refresh the protected page after login ,I saw this request everytime.

4. And I will be redirect to MFA page when I refresh page after login
and this is my question
1.If I enable MFA with always,I need enter OTP everytime ,when refresh protect page?
2,if I only want to ask MFA when login not for refresh protect page,what can I do?

1.switch config to never


2.use this rule

Thanks for sharing it with the rest of community!