vaultAddCipherController.js: secureNote Type is int not string (#144)

This commit is contained in:
Philipp Hug 2017-12-04 13:59:28 +01:00 committed by Kyle Spearrin
parent f3b438d514
commit d2899d14c7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
identity: {},
card: {},
secureNote: {
type: '0'
type: 0
}
};