mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
#2750 stuff
This commit is contained in:
parent
8f3bf9dd29
commit
ee668dfd34
4 changed files with 20 additions and 22 deletions
|
@ -158,7 +158,7 @@ namespace Ombi.Core.Authentication
|
|||
if (!email.Equals(result.User?.Email))
|
||||
{
|
||||
user.Email = result.User?.Email;
|
||||
await UpdateAsync(user);
|
||||
await GlobalMutex.Lock(async () => await UpdateAsync(user));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue