mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +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,
|
login: login,
|
||||||
pageDetails: pageDetails,
|
pageDetails: pageDetails,
|
||||||
fromBackground: true,
|
fromBackground: true,
|
||||||
skipTotp: true,
|
skipTotp: !fromCommand,
|
||||||
skipLastUsed: true,
|
skipLastUsed: true,
|
||||||
skipUsernameOnlyFill: !fromCommand
|
skipUsernameOnlyFill: !fromCommand
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user