fix issue with set password
This commit is contained in:
parent
3efafa24ff
commit
cf4dd6a868
@ -286,7 +286,10 @@ namespace SharedLibraryCore.Services
|
|||||||
entity.PasswordSalt = temporalClient.PasswordSalt;
|
entity.PasswordSalt = temporalClient.PasswordSalt;
|
||||||
}
|
}
|
||||||
|
|
||||||
entity.GameName = temporalClient.GameName;
|
if (entity.GameName == Reference.Game.UKN)
|
||||||
|
{
|
||||||
|
entity.GameName = temporalClient.GameName;
|
||||||
|
}
|
||||||
|
|
||||||
// update in database
|
// update in database
|
||||||
await context.SaveChangesAsync();
|
await context.SaveChangesAsync();
|
||||||
|
Loading…
Reference in New Issue
Block a user