Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-02-09 21:55:39 +00:00
parent d1be4f25bc
commit 2e14a4252f
25 changed files with 1601 additions and 1607 deletions

View File

@@ -373,10 +373,6 @@ type UpdateResponse struct {
}
type VerifyEmailRequest struct {
// the email address to verify
Email string `json:"email"`
// the unique id assigned to the verification process
Id string `json:"id"`
// The token from the verification email
Token string `json:"token"`
}