1
0
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:
Josep Marí
2020-08-12 22:05:12 +02:00
committed by GitHub
parent 289177259a
commit fe2557e21c
3 changed files with 13 additions and 9 deletions

View File

@@ -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,