mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-24 02:07:50 +00:00
Added right side overlay
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user