Merge pull request #5882 from sbwalker/dev

remove unnecessary comment
This commit is contained in:
Shaun Walker
2025-12-15 10:47:40 -05:00
committed by GitHub

View File

@ -985,7 +985,7 @@ namespace Oqtane.Managers
_notifications.AddNotification(notification);
_logger.Log(LogLevel.Information, this, LogFunction.Security, "Login Link Notification Sent To {Email}", user.Email);
return true; // minimal object
return true;
}
}