Minor Changes
- 6f0a300: Complete sign-in when email+password MFA is activated
It was not possible to complete authentication withnhost.auth.signInin sending the TOTP code when email+password MFA was activated.
An user that activated MFA can now sign in with the two following steps:await nhost.auth.signIn({ email: 'email@domain.com', password: 'not-my-birthday' }) // Get the one-time password with an OTP application e.g. Google Authenticator await nhost.auth.signIn({ otp: '123456' })
Patch Changes
- Updated dependencies [6f0a300]
- @nhost/hasura-auth-js@1.3.0