Support KeePass2 TOTP settings

* Fixes #7263
* Also improves handling of custom TOTP settings
This commit is contained in:
Jonathan White
2024-09-02 22:54:09 -04:00
parent 2f0160438a
commit c8fc25ea5c
7 changed files with 110 additions and 26 deletions

View File

@@ -31,6 +31,7 @@ private slots:
void testTotpCode();
void testSteamTotp();
void testEntryHistory();
void testKeePass2();
};
#endif // KEEPASSX_TESTTOTP_H