mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Passkeys: Register to an existing entry
This commit is contained in:
parent
bd449f3226
commit
92b30ae7ec
15 changed files with 212 additions and 128 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue