mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Default values for cipher.reprompt (#367)
* Set default cipher.reprompt value for imports * Set default cipher.reprompt value for new ciphers * Add support for importing bitwarden exports * Add default cipher.reprompt for JSON imports Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
@@ -228,6 +228,7 @@ export class AddEditComponent implements OnInit {
|
||||
this.cipher.identity = new IdentityView();
|
||||
this.cipher.secureNote = new SecureNoteView();
|
||||
this.cipher.secureNote.type = SecureNoteType.Generic;
|
||||
this.cipher.reprompt = CipherRepromptType.None;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user