pull/69/head^2
Kherel 2021-10-04 10:48:17 +02:00
parent 05e4f7e2f8
commit 3bc9b23e8f
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ class ServerApi extends ApiMap {
options: Options(
headers: {
"X-User": user.login,
"X-Password":
'\$6\$${user.hashPassword.salt}\$${user.hashPassword.hash}',
"X-Password": user.password,
},
),
);