mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-12 16:25:59 -04:00
Passkeys: UI adjustments
This commit is contained in:
parent
6820400b11
commit
6d19ab8894
10 changed files with 180 additions and 161 deletions
|
@ -38,10 +38,10 @@ public:
|
|||
~BrowserPasskeysConfirmationDialog() override;
|
||||
|
||||
void registerCredential(const QString& username,
|
||||
const QString& siteId,
|
||||
const QString& relyingParty,
|
||||
const QList<Entry*>& existingEntries,
|
||||
int timeout);
|
||||
void authenticateCredential(const QList<Entry*>& entries, const QString& origin, int timeout);
|
||||
void authenticateCredential(const QList<Entry*>& entries, const QString& relyingParty, int timeout);
|
||||
Entry* getSelectedEntry() const;
|
||||
bool isPasskeyUpdated() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue