mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
User fixes v4 (#168)
This commit is contained in:
@@ -158,9 +158,10 @@ message SendVerificationEmailRequest{
|
||||
// HTML emails are not available currently.
|
||||
string textContent = 3;
|
||||
string redirectUrl = 4;
|
||||
string failureRedirectUrl = 5;
|
||||
// While the from email address can't be changed,
|
||||
// the from name (ie. sender name) can.
|
||||
string fromName = 5;
|
||||
string fromName = 6;
|
||||
}
|
||||
|
||||
message SendVerificationEmailResponse{}
|
||||
Reference in New Issue
Block a user