mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 10:47:51 +00:00
Profile model working
This commit is contained in:
@@ -30,7 +30,7 @@ namespace PodNoms.Api.Controllers {
|
||||
// var result = await _userRepository.AddOrUpdate(userIdentity, model.Password);
|
||||
|
||||
if (!result.Succeeded) return new BadRequestObjectResult(result);
|
||||
return new OkObjectResult(model);
|
||||
return new OkObjectResult(model );
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user