mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 01:06:44 +00:00
Merge branch 'no-hash' into fix-deleting-server
This commit is contained in:
commit
43732fa866
|
@ -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
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue