1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-22 14:56:30 +02:00

remove angular jwt lib

This commit is contained in:
Kyle Spearrin 2016-09-21 12:04:40 -04:00
parent f4bac9cffb
commit 6281b1d106
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
angular
.module('bit', [
'ui.router',
'angular-jwt',
'ngAnimate',
'toastr',

View File

@ -1,2 +1,2 @@
angular
.module('bit.services', ['angular-jwt', 'toastr']);
.module('bit.services', ['toastr']);