mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Cycle through every login when using the auto-fill shortcut (#956)
* Cycle through every login when using the auto-fill shortcut * Leave imports ordering as it was * Undo formatting * Move logic to jslib * Remove unused method
This commit is contained in:
@@ -140,7 +140,7 @@ export default class RuntimeBackground {
|
||||
break;
|
||||
case 'autofiller':
|
||||
case 'autofill_cmd':
|
||||
const totpCode = await this.autofillService.doAutoFillForLastUsedLogin([{
|
||||
const totpCode = await this.autofillService.doAutoFillActiveTab([{
|
||||
frameId: sender.frameId,
|
||||
tab: msg.tab,
|
||||
details: msg.details,
|
||||
|
||||
Reference in New Issue
Block a user