mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
default cipher type data objects
This commit is contained in:
parent
19f00ebc9c
commit
0bcc764274
@ -15,6 +15,8 @@
|
|||||||
name: $stateParams.name,
|
name: $stateParams.name,
|
||||||
type: constantsService.cipherType.login,
|
type: constantsService.cipherType.login,
|
||||||
login: {},
|
login: {},
|
||||||
|
identity: {},
|
||||||
|
card: {},
|
||||||
secureNote: {
|
secureNote: {
|
||||||
type: 0 // generic note
|
type: 0 // generic note
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user