Add GameVersion domain and login validation
This commit is contained in:
@@ -34,12 +34,12 @@ public class ProfilesController(IProfileService profileService) : ControllerBase
|
||||
{
|
||||
var result = await profileService.LoginAsync(
|
||||
new LoginProfileCommand(
|
||||
request.AppVersion,
|
||||
request.DeviceId,
|
||||
request.PlatformType,
|
||||
request.PlatformId,
|
||||
request.PlatformAuthentication),
|
||||
ct);
|
||||
|
||||
request.PlatformAuthentication
|
||||
), ct);
|
||||
if (!result.Succeeded)
|
||||
return BadRequest(result.Message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user