[feat] Sort query results

This commit is contained in:
acite
2025-08-27 15:16:50 +08:00
parent 69509e4b87
commit 64aa7a2fdd
4 changed files with 191 additions and 30 deletions

View File

@@ -117,7 +117,7 @@ public class UserService
Destroy(token);
return null;
}
_logger.LogInformation($"Validated {userAndIp}");
// _logger.LogInformation($"Validated {userAndIp}");
return userAndIp?.Split('@')[0];
}
_logger.LogWarning($"Validation failed {token}");