You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//TODO: Attach Email Service here and configure it via appsettings
98
-
await_emailService.SendEmailAsync(newMailRequest(){From="amit.naik8103@gmail.com",ToEmail=user.Email,Body=$"Please confirm your account by visiting this URL {verificationUri}",Subject="Confirm Registration"});
await_emailService.SendEmailAsync(newMailRequest(){From="amit.naik8103@gmail.com",ToEmail=user.Email,Body=$"Please confirm your account by visiting this URL {verificationUri}",Subject="Confirm Registration"});
105
+
}
99
106
returnnewResponse<string>(user.Id,message:$"User Registered. Please confirm your account by visiting this URL {verificationUri}");
0 commit comments