Passkeys: Register to an existing entry

This commit is contained in:
varjolintu 2024-03-12 19:44:46 +02:00 committed by Jonathan White
parent bd449f3226
commit 92b30ae7ec
15 changed files with 212 additions and 128 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 KeePassXC Team <team@keepassxc.org>
* Copyright (C) 2024 KeePassXC Team <team@keepassxc.org>
* Copyright (C) 2010 Felix Geyer <debfx@fobos.de>
*
* This program is free software: you can redistribute it and/or modify
@ -1415,7 +1415,7 @@ void DatabaseWidget::switchToPasskeys()
void DatabaseWidget::showImportPasskeyDialog(bool isEntry)
{
PasskeyImporter passkeyImporter;
PasskeyImporter passkeyImporter(this);
if (isEntry) {
auto currentEntry = currentSelectedEntry();