Commit 620c50b5 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #1965 from hypothesis/standardise-on-userid

Standardise on userid
parents 345283f4 280f937a
...@@ -33,7 +33,7 @@ class AccountController ...@@ -33,7 +33,7 @@ class AccountController
$scope.$broadcast 'formState', form.$name, '' # Update status btn $scope.$broadcast 'formState', form.$name, '' # Update status btn
$scope.tab = 'Account' $scope.tab = 'Account'
session.profile({user_id: auth.user}).$promise session.profile().$promise
.then (result) => .then (result) =>
$scope.subscriptions = result.subscriptions $scope.subscriptions = result.subscriptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment