mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Complete refactor of TOTP integration
* Eliminate TOTP logic from GUI elements * Consolidate TOTP functionality under the Totp namespace * Eliminate guessing about state and encoders * Increased test cases * Add entry view column for TOTP [#2132] * General code cleanup, reduction of unnecessary steps, separation of concerns * Rename SetupTotpDialog to TotpSetupDialog for consistency
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Totp;
|
||||
|
||||
class TestTotp : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -31,7 +29,6 @@ private slots:
|
||||
void initTestCase();
|
||||
void testParseSecret();
|
||||
void testTotpCode();
|
||||
void testEncoderData();
|
||||
void testSteamTotp();
|
||||
void testEntryHistory();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user