1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02:00

dont skip totp copy if from autofill command

This commit is contained in:
Kyle Spearrin 2017-10-11 22:52:46 -04:00
parent 8992627e64
commit 5a6c43e46e

View File

@ -303,7 +303,7 @@ function initAutofill() {
login: login,
pageDetails: pageDetails,
fromBackground: true,
skipTotp: true,
skipTotp: !fromCommand,
skipLastUsed: true,
skipUsernameOnlyFill: !fromCommand
});