feature/AutoTypeTOTP

This commit is contained in:
osx user 2021-06-28 14:44:14 +03:00 committed by Jonathan White
parent e660802fac
commit 2514c1d5c5
4 changed files with 25 additions and 0 deletions

View file

@ -713,6 +713,11 @@ void DatabaseWidget::performAutoTypePasswordEnter()
performAutoType(QStringLiteral("{PASSWORD}{ENTER}"));
}
void DatabaseWidget::performAutoTypeTOTP()
{
performAutoType(QStringLiteral("{TOTP}"));
}
void DatabaseWidget::openUrl()
{
auto currentEntry = currentSelectedEntry();