mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
Take out the lastlogindate update for now #2750
This commit is contained in:
parent
fd9eea8ff4
commit
4920ac3da0
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ namespace Ombi.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
user.LastLoggedIn = DateTime.UtcNow;
|
user.LastLoggedIn = DateTime.UtcNow;
|
||||||
await _userManager.UpdateAsync(user);
|
//await _userManager.UpdateAsync(user);
|
||||||
|
|
||||||
var claims = new List<Claim>
|
var claims = new List<Claim>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue