Skip to content

Commit 20460a5

Browse files
committed
style(client:auth): silly semicolon
1 parent 0af5cdc commit 20460a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/components/auth(auth)/router.decorator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ angular.module('<%= scriptAppName %>.auth')
2121
$location.path(is ? '/' : '/login');<% } if (filters.uirouter) { %>
2222
$state.go(is ? 'main' : 'login');<% } %>
2323
});
24-
})
24+
});
2525
} else {
2626
Auth.isLoggedIn(_.noop).then(is => {
2727
if(is) {

0 commit comments

Comments
 (0)