1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

sort current tab logins by last used

This commit is contained in:
Kyle Spearrin
2018-04-13 21:23:11 -04:00
parent 8cb524cf02
commit 31ddb97530

View File

@@ -195,7 +195,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
} }
}); });
this.loginCiphers = this.loginCiphers.sort((a, b) => this.cipherService.sortCiphersByLastUsedThenName(a, b));
this.loaded = true; this.loaded = true;
} }
} }