Added right side overlay

This commit is contained in:
Fergal Moran
2018-04-27 00:03:33 +01:00
parent 7df296a5d6
commit f220292e24
19 changed files with 178 additions and 32 deletions

View File

@@ -50,6 +50,8 @@ namespace PodNoms.Api.Controllers {
// check the credentials
if (await _userManager.CheckPasswordAsync(userToVerify, password)) {
await _userManager.UpdateAsync(userToVerify);
return await Task.FromResult(_jwtFactory.GenerateClaimsIdentity(userName, userToVerify.Id));
}