mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
feature/AutoTypeTOTP
This commit is contained in:
parent
e660802fac
commit
2514c1d5c5
4 changed files with 25 additions and 0 deletions
|
@ -713,6 +713,11 @@ void DatabaseWidget::performAutoTypePasswordEnter()
|
|||
performAutoType(QStringLiteral("{PASSWORD}{ENTER}"));
|
||||
}
|
||||
|
||||
void DatabaseWidget::performAutoTypeTOTP()
|
||||
{
|
||||
performAutoType(QStringLiteral("{TOTP}"));
|
||||
}
|
||||
|
||||
void DatabaseWidget::openUrl()
|
||||
{
|
||||
auto currentEntry = currentSelectedEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue