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(
|
||||
headers: {
|
||||
"X-User": user.login,
|
||||
"X-Password":
|
||||
'\$6\$${user.hashPassword.salt}\$${user.hashPassword.hash}',
|
||||
"X-Password": user.password,
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue