mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 22:40:55 -04:00
Fix multiple TOTP issues
* Fix #9847 - don't provide TOTP values if settings are blank or completely wrong * Fix #6838 - don't reset the ui when creating a new entry and applying TOTP to it * Move totp source into the core folder
This commit is contained in:
parent
3ca757883f
commit
b1168d0233
16 changed files with 52 additions and 17 deletions
|
@ -20,9 +20,9 @@
|
|||
#include "ui_TotpDialog.h"
|
||||
|
||||
#include "core/Clock.h"
|
||||
#include "core/Totp.h"
|
||||
#include "gui/Clipboard.h"
|
||||
#include "gui/MainWindow.h"
|
||||
#include "totp/totp.h"
|
||||
|
||||
#include <QPushButton>
|
||||
#include <QShortcut>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue