mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +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) {
|
$rootScope.$on('$stateChangeStart', function (event, toState, toParams) {
|
||||||
if (!toState.data || !toState.data.authorize) {
|
if (!toState.data || !toState.data.authorize) {
|
||||||
if (authService.isAuthenticated()) {
|
if (authService.isAuthenticated()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user