1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-08 12:04:10 +00:00

Update web vault and add unnoficialserver response

This commit is contained in:
Daniel García 2021-04-06 20:38:22 +02:00
parent 4e64dbdde4
commit b268c3dd1c
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
9 changed files with 43 additions and 40 deletions

View file

@ -133,6 +133,7 @@ fn sync(data: Form<SyncData>, headers: Headers, conn: DbConn) -> Json<Value> {
"Ciphers": ciphers_json,
"Domains": domains_json,
"Sends": sends_json,
"unofficialServer": true,
"Object": "sync"
}))
}