- Add TOTP MFA for signup
- Test cases for totp signup and verify_email
This commit is contained in:
scaletech-milan
2023-12-06 15:53:01 +05:30
parent febf4f9b15
commit 7e9fac335b
6 changed files with 431 additions and 65 deletions

View File

@@ -129,6 +129,7 @@ func TestResolvers(t *testing.T) {
mobileSingupTest(t, s)
mobileLoginTests(t, s)
totpLoginTest(t, s)
totpSignupTest(t, s)
forgotPasswordTest(t, s)
resendVerifyEmailTests(t, s)
resetPasswordTest(t, s)