added enter to the default totp command

This commit is contained in:
antelle 2020-05-10 11:42:13 +02:00
parent 6e7f2c570f
commit 5125a44170
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class ExternalEntryModel extends Model {
}
getEffectiveAutoTypeSeq() {
return '{TOTP}';
return '{TOTP}{ENTER}';
}
}