mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
lint fix
This commit is contained in:
parent
9a7dac706c
commit
cddabebe86
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user