Describe the bug
My project is using the app authentication method. One issue that I notice is after setting up the 2FA, the mfa methods of the user is marked as is_primary = False. As a result, user is not asked for authentication code during the login (until I manually turn the is_primary flag on)
Any advice?