feat: add integration tests for signup, login, reset_password, forgot_password, verify_email
This commit is contained in:
@@ -44,7 +44,8 @@ type Meta struct {
|
||||
}
|
||||
|
||||
type ResendVerifyEmailInput struct {
|
||||
Email string `json:"email"`
|
||||
Email string `json:"email"`
|
||||
Identifier string `json:"identifier"`
|
||||
}
|
||||
|
||||
type ResetPasswordInput struct {
|
||||
|
Reference in New Issue
Block a user