mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-20 11:29:14 +00:00
update
This commit is contained in:
parent
05e4f7e2f8
commit
3bc9b23e8f
|
@ -53,8 +53,7 @@ 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}',
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue