From 8104e2bb7e71d29e506e14584287000a52cc69a2 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Thu, 3 Oct 2024 15:01:46 -0400 Subject: [PATCH] update fido2 overwrite passkey dialog type (#11392) --- apps/browser/src/autofill/popup/fido2/fido2.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/popup/fido2/fido2.component.ts b/apps/browser/src/autofill/popup/fido2/fido2.component.ts index c389e9ad5b..cf0fd90a8f 100644 --- a/apps/browser/src/autofill/popup/fido2/fido2.component.ts +++ b/apps/browser/src/autofill/popup/fido2/fido2.component.ts @@ -287,7 +287,7 @@ export class Fido2Component implements OnInit, OnDestroy { const confirmed = await this.dialogService.openSimpleDialog({ title: { key: "overwritePasskey" }, content: { key: "overwritePasskeyAlert" }, - type: "info", + type: "warning", }); if (!confirmed) {