Redo header bar to trim options when we can and make the repositories page the default landing page for logged in users
This commit is contained in:
parent
af468a8c6a
commit
2e3704f7ba
6 changed files with 47 additions and 32 deletions
|
@ -12,7 +12,8 @@ function(ApiService, CookieService, $rootScope, Config) {
|
|||
username: null,
|
||||
email: null,
|
||||
organizations: [],
|
||||
logins: []
|
||||
logins: [],
|
||||
beforeload: true
|
||||
}
|
||||
|
||||
var userService = {}
|
||||
|
|
Reference in a new issue