From 5a6c43e46e070e7e91f16d561c554b618b0c9d15 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 11 Oct 2017 22:52:46 -0400 Subject: [PATCH] dont skip totp copy if from autofill command --- src/services/autofillService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/autofillService.js b/src/services/autofillService.js index 1008421a701..624c7f897c6 100644 --- a/src/services/autofillService.js +++ b/src/services/autofillService.js @@ -303,7 +303,7 @@ function initAutofill() { login: login, pageDetails: pageDetails, fromBackground: true, - skipTotp: true, + skipTotp: !fromCommand, skipLastUsed: true, skipUsernameOnlyFill: !fromCommand });