[feat] Sort query results
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user