mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Display TOTP code split in halfs
This commit is contained in:
parent
4c9b8c7794
commit
d3ed14ebb7
2 changed files with 6 additions and 3 deletions
|
@ -489,7 +489,7 @@ void TestGui::testTotp()
|
|||
TotpDialog* totpDialog = m_dbWidget->findChild<TotpDialog*>("TotpDialog");
|
||||
QLabel* totpLabel = totpDialog->findChild<QLabel*>("totpLabel");
|
||||
|
||||
QCOMPARE(totpLabel->text(), entry->totp());
|
||||
QCOMPARE(totpLabel->text().replace(" ", ""), entry->totp());
|
||||
}
|
||||
|
||||
void TestGui::testSearch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue