mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
vaultAddCipherController.js: secureNote Type is int not string (#144)
This commit is contained in:
committed by
Kyle Spearrin
parent
f3b438d514
commit
d2899d14c7
@@ -15,7 +15,7 @@
|
||||
identity: {},
|
||||
card: {},
|
||||
secureNote: {
|
||||
type: '0'
|
||||
type: 0
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user