feat: add testing & ui for forgot password with mobile
This commit is contained in:
@@ -24,7 +24,7 @@ func forgotPasswordTest(t *testing.T, s TestSetup) {
|
||||
assert.NoError(t, err)
|
||||
assert.NotNil(t, res)
|
||||
forgotPasswordRes, err := resolvers.ForgotPasswordResolver(ctx, model.ForgotPasswordInput{
|
||||
Email: email,
|
||||
Email: refs.NewStringRef(email),
|
||||
})
|
||||
assert.Nil(t, err, "no errors for forgot password")
|
||||
assert.NotNil(t, forgotPasswordRes)
|
||||
|
Reference in New Issue
Block a user