We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5cdc commit 20460a5Copy full SHA for 20460a5
app/templates/client/components/auth(auth)/router.decorator.js
@@ -21,7 +21,7 @@ angular.module('<%= scriptAppName %>.auth')
21
$location.path(is ? '/' : '/login');<% } if (filters.uirouter) { %>
22
$state.go(is ? 'main' : 'login');<% } %>
23
});
24
- })
+ });
25
} else {
26
Auth.isLoggedIn(_.noop).then(is => {
27
if(is) {
0 commit comments