vaultAddCipherController.js: secureNote Type is int not string (#144)
This commit is contained in:
parent
f3b438d514
commit
d2899d14c7
|
@ -15,7 +15,7 @@
|
|||
identity: {},
|
||||
card: {},
|
||||
secureNote: {
|
||||
type: '0'
|
||||
type: 0
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue