From 28e2965d817d464bf497bbf61419775cb9d664c9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 17 Nov 2021 16:47:53 +0000 Subject: [PATCH] comment proto --- user/proto/user.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/proto/user.proto b/user/proto/user.proto index 5264f95..a6a7a5c 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -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.