remove unnecessary comment

This commit is contained in:
sbwalker
2025-12-15 10:47:01 -05:00
parent 87fd9dd000
commit c539f41ebf

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;
}
}