User fixes v4 (#168)

This commit is contained in:
Janos Dobronszki
2021-06-22 15:19:22 +01:00
committed by GitHub
parent 0e3fe5d360
commit 3dd66038d3
5 changed files with 39 additions and 10 deletions

View File

@@ -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{}