Commit b5757ccb authored by Randall Leeds's avatar Randall Leeds

Hide the auth sheet after success

Close #1172
parent d9be5a2a
...@@ -153,6 +153,9 @@ class App ...@@ -153,6 +153,9 @@ class App
$scope.$on 'success', (event, action) -> $scope.$on 'success', (event, action) ->
if action == 'claim' if action == 'claim'
$scope.sheet.tab = 'activate' $scope.sheet.tab = 'activate'
else
$scope.sheet.tab = 'login'
$scope.sheet.collapsed = true
$scope.$broadcast '$reset' $scope.$broadcast '$reset'
......
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