mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
dont skip totp copy if from autofill command
This commit is contained in:
@@ -303,7 +303,7 @@ function initAutofill() {
|
||||
login: login,
|
||||
pageDetails: pageDetails,
|
||||
fromBackground: true,
|
||||
skipTotp: true,
|
||||
skipTotp: !fromCommand,
|
||||
skipLastUsed: true,
|
||||
skipUsernameOnlyFill: !fromCommand
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user