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