mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
update fido2 overwrite passkey dialog type (#11392)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user