Merge branch 'no-hash' into fix-deleting-server

kherel 2021-10-12 00:14:31 +03:00
commit 43732fa866
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ class ServerApi extends ApiMap {
options: Options( options: Options(
headers: { headers: {
"X-User": user.login, "X-User": user.login,
"X-Password": "X-Password": user.password,
'\$6\$${user.hashPassword.salt}\$${user.hashPassword.hash}', "X-Domain": getIt<ApiConfigModel>().cloudFlareDomain!.domainName
}, },
), ),
); );