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:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user