MFA prompt still shown to the user even after selecting "Remember browser"

Hi, the behaviour does not change, the checkbox is shown every second time. I’ve added some logging and see the following output:

console.log("Protocol: " + event.transaction.protocol);
console.log("Strategy: " + event.connection.strategy);
console.log("Meta use_mfa: " + userMeta.use_mfa);


Action Logs:

...
18:44:06: Protocol: oidc-basic-profile
18:44:06: Strategy: auth0
Meta use_mfa: true
18:44:36: Protocol: oidc-basic-profile
18:44:36: Strategy: auth0
Meta use_mfa: true
...