mirror of
https://github.com/bitwarden/web
synced 2025-12-21 10:43:26 +00:00
default cipher type data objects
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
$scope.selectedType = constants.cipherType.login.toString();
|
||||
$scope.cipher = {
|
||||
type: constants.cipherType.login,
|
||||
login: {},
|
||||
identity: {},
|
||||
card: {},
|
||||
secureNote: {
|
||||
type: '0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user