mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
fix the verification emails (#366)
* fix the verification emails * fix typo * switch to token only
This commit is contained in:
@@ -163,12 +163,8 @@ message LogoutResponse {
|
||||
|
||||
// Verify the email address of an account from a token sent in an email to the user.
|
||||
message VerifyEmailRequest {
|
||||
// the unique id assigned to the verification process
|
||||
string id = 1;
|
||||
// the email address to verify
|
||||
string email = 2;
|
||||
// The token from the verification email
|
||||
string token = 3;
|
||||
string token = 1;
|
||||
}
|
||||
|
||||
message VerifyEmailResponse{
|
||||
|
||||
Reference in New Issue
Block a user