1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

update template ids

This commit is contained in:
Kyle Spearrin
2018-05-18 09:16:34 -04:00
parent e671375749
commit 33f0f5eae0
3 changed files with 8 additions and 8 deletions

View File

@@ -298,22 +298,22 @@ export class GetCommand {
case 'item':
template = Cipher.template();
break;
case 'field':
case 'item.field':
template = Field.template();
break;
case 'login':
case 'item.login':
template = Login.template();
break;
case 'loginuri':
case 'item.login.uri':
template = LoginUri.template();
break;
case 'card':
case 'item.card':
template = Card.template();
break;
case 'identity':
case 'item.identity':
template = Identity.template();
break;
case 'securenote':
case 'item.securenote':
template = SecureNote.template();
break;
case 'folder':