1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00
bitwarden-browser/src/background.js

4 lines
132 B
JavaScript
Raw Normal View History

2016-09-03 06:03:13 +02:00
var cryptoService = new CryptoService();
var tokenService = new TokenService();
var userService = new UserService(tokenService);