Merge "Redirect dashboard to about page when not logged in"
This commit is contained in:
commit
1588134d1d
@ -25,6 +25,6 @@ angular.module('sb.dashboard').controller('HomeController',
|
|||||||
if (sessionState === SessionState.LOGGED_IN) {
|
if (sessionState === SessionState.LOGGED_IN) {
|
||||||
$state.go('sb.dashboard');
|
$state.go('sb.dashboard');
|
||||||
} else {
|
} else {
|
||||||
$state.go('sb.project.list');
|
$state.go('sb.page.about');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user