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

pull/69/head
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(
headers: {
"X-User": user.login,
"X-Password":
'\$6\$${user.hashPassword.salt}\$${user.hashPassword.hash}',
"X-Password": user.password,
"X-Domain": getIt<ApiConfigModel>().cloudFlareDomain!.domainName
},
),
);