mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
more services and async callthroughs for vault list/add
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
function TokenService() {
|
||||
|
||||
initTokenService();
|
||||
};
|
||||
|
||||
!function () {
|
||||
function initTokenService() {
|
||||
var _token;
|
||||
|
||||
TokenService.prototype.setToken = function (token, callback) {
|
||||
@@ -101,4 +101,4 @@
|
||||
}
|
||||
return window.decodeURIComponent(escape(window.atob(output))); //polyfill https://github.com/davidchambers/Base64.js
|
||||
};
|
||||
}();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user