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 ca4e304 commit 7538bcaCopy full SHA for 7538bca
templates/app/client/components/auth(auth)/router.decorator.js
@@ -29,8 +29,8 @@ angular.module('<%= scriptAppName %>.auth')
29
}
30
31
event.preventDefault();<% if (filters.ngroute) { %>
32
- $location.path('/');<% } if (filters.uirouter) { %>
33
- $state.go('main');<% } %>
+ $location.path('/login');<% } if (filters.uirouter) { %>
+ $state.go('login');<% } %>
34
});
35
36
0 commit comments