mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-16 03:19:52 +01:00
Images
This commit is contained in:
@@ -66,7 +66,7 @@ public partial class RegisterWin : Form
|
||||
Auth = new Auth
|
||||
{
|
||||
Username = _user.Username,
|
||||
Secret = StringAssemble.CalcSha512(secretBox.Text)
|
||||
Secret = StringAssemble.CalcSha512(StringAssemble.CalcSauce(_user.Id, _user.Username) + secretBox.Text)
|
||||
};
|
||||
if (await PerformRegister(_user, Auth))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user