keeweb / kdbxweb

Web Kdbx library
https://app.keeweb.info
MIT License
413 stars 57 forks source link

Document null arguments for KdbxCredentails #36

Closed Valodim closed 4 years ago

Valodim commented 4 years ago

Both setPassword and setKeyFile can accept null values for their arguments.

This behavior is used by keeweb to open files with a keyfile, but a null password: https://git.2li.ch/keeweb/keeweb/src/commit/fa4ff0b0c333a14467c039dbf98b948e90e8baf7/app/scripts/models/file-model.js#L82

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.535% when pulling abb0d9f5367072fe74e973a011669b19f5dc45e2 on Valodim:patch-1 into 0dbe0c4764cef0315cb617fb439bc66ceb4d6c23 on keeweb:master.

antelle commented 4 years ago

Thanks! 🎁