mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[EC-598] feat: fully wokring non-discoverable implementation
This commit is contained in:
@@ -60,6 +60,8 @@ export class CipherData {
|
||||
switch (this.type) {
|
||||
case CipherType.Login:
|
||||
this.login = new LoginData(response.login);
|
||||
this.fido2Key =
|
||||
response.fido2Key != undefined ? new Fido2KeyData(response.fido2Key) : undefined;
|
||||
break;
|
||||
case CipherType.SecureNote:
|
||||
this.secureNote = new SecureNoteData(response.secureNote);
|
||||
|
||||
Reference in New Issue
Block a user