mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 05:31:13 -07:00
fixed the build
This commit is contained in:
parent
24781fbd1f
commit
7be244c310
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ namespace PlexRequests.Core
|
||||||
UserGuid = Guid.NewGuid().ToString(),
|
UserGuid = Guid.NewGuid().ToString(),
|
||||||
Salt = salt,
|
Salt = salt,
|
||||||
Hash = PasswordHasher.ComputeHash(password, salt),
|
Hash = PasswordHasher.ComputeHash(password, salt),
|
||||||
Claims = JsonRequestService.ReturnBytes(claims),
|
Claims = ByteConverterHelper.ReturnBytes(claims),
|
||||||
UserProperties = JsonRequestService.ReturnBytes(new UserProperties())
|
UserProperties = ByteConverterHelper.ReturnBytes(new UserProperties())
|
||||||
};
|
};
|
||||||
repo.Insert(userModel);
|
repo.Insert(userModel);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue