disable sending email in LoginParent reply

This commit is contained in:
Robert Paciorek 2024-01-07 16:24:00 +00:00
parent 5c802927a0
commit ea3de10100

View File

@ -54,7 +54,7 @@ public class AuthenticationController : Controller {
var response = new ParentLoginInfo {
UserName = user.Username,
Email = user.Email,
//Email = user.Email, /* disabled to avoid put email in client debug logs */
ApiToken = session.ApiToken.ToString(),
UserID = user.Id.ToString(),
Status = MembershipUserStatus.Success,