Skip to content

Commit 869acf1

Browse files
committed
# Conflicts: # templates/app/client/components/auth(auth)/router.decorator.js
2 parents 4da3072 + 7538bca commit 869acf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export function routerDecorator($rootScope<% if(filters.ngroute) { %>, $location
3131

3232
event.preventDefault();
3333
<%_ if(filters.ngroute) { _%>
34-
$location.path('/');<% } %>
34+
$location.path('/login');<% } %>
3535
<%_ if(filters.uirouter) { _%>
36-
$state.go('main');<% } %>
36+
$state.go('login');<% } %>
3737
});
3838
}
3939
});

0 commit comments

Comments
 (0)