1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

update fido2 overwrite passkey dialog type (#11392)

This commit is contained in:
Jonathan Prusik 2024-10-03 15:01:46 -04:00 committed by GitHub
parent 386bcaeabd
commit 8104e2bb7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,7 +287,7 @@ export class Fido2Component implements OnInit, OnDestroy {
const confirmed = await this.dialogService.openSimpleDialog({ const confirmed = await this.dialogService.openSimpleDialog({
title: { key: "overwritePasskey" }, title: { key: "overwritePasskey" },
content: { key: "overwritePasskeyAlert" }, content: { key: "overwritePasskeyAlert" },
type: "info", type: "warning",
}); });
if (!confirmed) { if (!confirmed) {