Add action item for removing a passkey from entry (#10777)

This commit is contained in:
Sami Vänttinen
2024-05-27 23:50:35 +03:00
committed by GitHub
parent 9aa040604a
commit 5de669eb7b
13 changed files with 94 additions and 11 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
@@ -120,8 +120,10 @@ public:
bool excludeFromReports() const;
void setExcludeFromReports(bool state);
bool hasTotp() const;
bool hasPasskey() const;
void removePasskey();
bool hasTotp() const;
bool isExpired() const;
bool willExpireInDays(int days) const;
bool isRecycled() const;