mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
convert cipher service to ts
This commit is contained in:
@@ -28,7 +28,7 @@ class Field extends Domain {
|
||||
type: this.type,
|
||||
};
|
||||
|
||||
return this.decryptObj(model, this, {
|
||||
return this.decryptObj(model, {
|
||||
name: null,
|
||||
value: null,
|
||||
}, orgId);
|
||||
|
||||
Reference in New Issue
Block a user