mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
dont skip totp copy if from autofill command
This commit is contained in:
parent
8992627e64
commit
5a6c43e46e
@ -303,7 +303,7 @@ function initAutofill() {
|
||||
login: login,
|
||||
pageDetails: pageDetails,
|
||||
fromBackground: true,
|
||||
skipTotp: true,
|
||||
skipTotp: !fromCommand,
|
||||
skipLastUsed: true,
|
||||
skipUsernameOnlyFill: !fromCommand
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user