mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
lint fix
This commit is contained in:
@@ -349,7 +349,7 @@ angular
|
||||
|
||||
_service.rsaEncryptMe = function (plainValue) {
|
||||
return _service.rsaEncrypt(plainValue, _service.getPublicKey(), _service.getEncKey());
|
||||
}
|
||||
};
|
||||
|
||||
_service.decrypt = function (encValue, key, outputEncoding) {
|
||||
key = key || _service.getEncKey() || _service.getKey();
|
||||
|
||||
Reference in New Issue
Block a user