mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Load filtered sites for current tab. setup content script to collect and fill form data via message passing.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
angular
|
||||
.module('bit.vault')
|
||||
|
||||
.controller('vaultController', function ($scope, $rootScope, siteService, folderService, $q, cipherService, $state, $stateParams, $uibModal, toastr) {
|
||||
.controller('vaultController', function ($scope, $rootScope, siteService, folderService, $q, cipherService, $state, $stateParams, toastr) {
|
||||
$('#search').focus();
|
||||
|
||||
var delayLoad = true;
|
||||
|
||||
Reference in New Issue
Block a user