feat:
* encrypted userid * added totp_verified column in user table * started test for totp
This commit is contained in:
@@ -141,6 +141,7 @@ func TestResolvers(t *testing.T) {
|
||||
inviteUserTest(t, s)
|
||||
validateJwtTokenTest(t, s)
|
||||
verifyOTPTest(t, s)
|
||||
verifyTOTPTest(t, s)
|
||||
resendOTPTest(t, s)
|
||||
validateSessionTests(t, s)
|
||||
|
||||
|
Reference in New Issue
Block a user