1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

convert to promises. loginService cipher refactor

This commit is contained in:
Kyle Spearrin
2017-10-13 17:07:20 -04:00
parent 294817d17b
commit 2b5915b257
15 changed files with 526 additions and 527 deletions

View File

@@ -226,7 +226,7 @@ function initAutofill() {
didAutofill = true;
if (!options.skipLastUsed) {
self.loginService.updateLastUsedDate(options.login.id, function () { });
self.loginService.updateLastUsedDate(options.login.id);
}
chrome.tabs.sendMessage(tab.id, {