mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
convert edit to generic ciphers
This commit is contained in:
@@ -28,6 +28,17 @@ angular.module('bit')
|
||||
email: 1,
|
||||
remember: 5
|
||||
},
|
||||
cipherType: {
|
||||
login: 1,
|
||||
secureNote: 2,
|
||||
card: 3,
|
||||
identity: 4
|
||||
},
|
||||
fieldType: {
|
||||
text: 0,
|
||||
hidden: 1,
|
||||
boolean: 2
|
||||
},
|
||||
twoFactorProviderInfo: [
|
||||
{
|
||||
type: 0,
|
||||
|
||||
Reference in New Issue
Block a user