1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 01:33:22 +00:00

Remove mock credentials

This commit is contained in:
Isaiah Inuwa
2025-11-05 22:39:25 -06:00
parent 9ce9f9bb65
commit aefc1a2418

View File

@@ -99,24 +99,6 @@ export class DesktopAutofillService implements OnDestroy {
...credential,
}));
// Mock a couple of passkeys for testing purposes
fido2Credentials.push({
type: "fido2",
cipherId: "mock-cipher-id-1",
credentialId: "passkey1",
rpId: "webauthn.io",
userHandle: "passkey1",
userName: "Mock passkey1",
});
fido2Credentials.push({
type: "fido2",
cipherId: "mock-cipher-id-2",
credentialId: "passkey2",
rpId: "webauthn.io",
userHandle: "passkey2",
userName: "Mock passkey2",
});
this.logService.info("Found FIDO2 credentials", fido2Credentials.length);
const syncResult = await ipc.autofill.runCommand<NativeAutofillSyncCommand>({