comment proto

This commit is contained in:
Asim Aslam
2021-11-17 16:47:53 +00:00
parent 54099a2df7
commit 28e2965d81

View File

@@ -177,7 +177,9 @@ message VerifyEmailResponse{
// 'https://user.m3o.com/user/verify?token=a-verification-token&redirectUrl=your-redir-url'
message SendVerificationEmailRequest{
// email address to send the verification code
string email = 1;
// subject of the email
string subject = 2;
// Text content of the email. Don't forget to include the string '$micro_verification_link' which will be replaced by the real verification link
// HTML emails are not available currently.