mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-08 23:46:23 +02:00
fix(invitations): show Correct score level when user sign in/up
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
$scope.$on('$stateChangeSuccess', stateChangeSuccess);
|
||||
|
||||
$scope.$on('auth-user-score-changed', function(event, args) {
|
||||
$scope.$on('auth-user-changed', function(event, args) {
|
||||
vm.user = Authentication.user;
|
||||
vm.scoreLevelData = vm.user ? ScoreLevelService.getScoreLevelJson(vm.user.score) : undefined;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user