Profile model working

This commit is contained in:
Fergal Moran
2018-04-22 19:36:08 +01:00
parent 6da5c22904
commit 07eced07ff
16 changed files with 286 additions and 39 deletions

View File

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