Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7be244c31004063d68e96c4860e5da777c5ec64c You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed the build

pull/88/head
tidusjar 9 years ago
parent 24781fbd1f
commit 7be244c310

@ -102,8 +102,8 @@ namespace PlexRequests.Core
UserGuid = Guid.NewGuid().ToString(),
Salt = salt,
Hash = PasswordHasher.ComputeHash(password, salt),
Claims = JsonRequestService.ReturnBytes(claims),
UserProperties = JsonRequestService.ReturnBytes(new UserProperties())
Claims = ByteConverterHelper.ReturnBytes(claims),
UserProperties = ByteConverterHelper.ReturnBytes(new UserProperties())
};
repo.Insert(userModel);

Loading…
Cancel
Save