feat: add resolver to delete user
This commit is contained in:
@@ -23,6 +23,7 @@ type Manager interface {
|
||||
DeleteToken(email string) error
|
||||
GetVerificationRequests() ([]VerificationRequest, error)
|
||||
GetVerificationByEmail(email string) (VerificationRequest, error)
|
||||
DeleteUser(email string) error
|
||||
}
|
||||
|
||||
type manager struct {
|
||||
|
Reference in New Issue
Block a user