mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
remove unused service references
This commit is contained in:
@@ -177,7 +177,7 @@ angular
|
||||
}
|
||||
});
|
||||
})
|
||||
.run(function ($rootScope, authService, jwtHelper, tokenService, $state) {
|
||||
.run(function ($rootScope, authService, $state) {
|
||||
$rootScope.$on('$stateChangeStart', function (event, toState, toParams) {
|
||||
if (!toState.data || !toState.data.authorize) {
|
||||
if (authService.isAuthenticated()) {
|
||||
|
||||
Reference in New Issue
Block a user