parent
9f695bc17f
commit
03cf6d1499
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ function($rootScope, $interval, UserService, ApiService, StringBuilderService, P
|
||||||
'password_required': {
|
'password_required': {
|
||||||
'level': 'error',
|
'level': 'error',
|
||||||
'message': 'In order to begin pushing and pulling repositories, a password must be set for your account',
|
'message': 'In order to begin pushing and pulling repositories, a password must be set for your account',
|
||||||
'page': '/user?tab=password'
|
'page': function(metadata) {
|
||||||
|
return '/user/' + UserService.currentUser()['username'] + '?tab=settings';
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'over_private_usage': {
|
'over_private_usage': {
|
||||||
'level': 'error',
|
'level': 'error',
|
||||||
|
|
Reference in a new issue