diff --git a/user/proto/user.proto b/user/proto/user.proto index d53a755..7e36801 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -168,7 +168,7 @@ message VerifyEmailResponse{ // The verification link will be injected in to the email as a template variable, $micro_verification_link. // Example: 'Hi there, welcome onboard! Use the link below to verify your email: $micro_verification_link' // The variable will be replaced with an actual url that will look similar to this: -// 'https://user.m3o.com/user/verify?token=a-verification-token&rediretUrl=your-redir-url' +// 'https://user.m3o.com/user/verify?token=a-verification-token&redirectUrl=your-redir-url' message SendVerificationEmailRequest{ string email = 1;