When logging into 2fa with wrong code the mobile app kicks you out. It just needs to send an invalid token toast.
- Likely need to modify the server from sending an error when incorrect tokens sent. Just have it send a 200 with a return to activate the otp login when the password is correct.
- The mobile shows the OTP box when it gets an error after loggin in. There is code that also kicks you out on mobile so the OTP box is missing. Need a smooth way for the OTP box to load.