L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Oscar Hinton ab506ffbdb
Resolve edit always being true for ciphers
I noticed that ciphers will always have `edit = True` even if the sync response has `edit = false`.

The root cause seems to be a boolean default to true. And since `false || true => true` it would always be set to true.
2020-05-21 14:31:53 +02:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
spec Add noImplicitAny to tsc compiler options (#86) 2020-03-11 09:00:14 -04:00
src Resolve edit always being true for ciphers 2020-05-21 14:31:53 +02:00
.editorconfig
.gitignore
CONTRIBUTING.md
LICENSE.txt
README.md Update README.md 2018-04-17 16:25:01 -04:00
SECURITY.md
appveyor.yml Add the lint to CI script (#87) 2020-03-11 09:06:45 -04:00
package-lock.json Update lunr type (#93) 2020-04-14 15:16:18 -04:00
package.json Update lunr type (#93) 2020-04-14 15:16:18 -04:00
tsconfig.json Add noImplicitAny to tsc compiler options (#86) 2020-03-11 09:00:14 -04:00
tslint.json fix lint issues 2019-03-27 14:46:34 -04:00

README.md

appveyor build

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.