Commit 04db514e authored by Randall Leeds's avatar Randall Leeds

Auth block cleanup and language tweaks

Revisit the language of the auth tab blocks to remove the redundant
forgot and claim views.
parent 82007ecf
......@@ -143,7 +143,7 @@ class App
socialView: annotator.socialView
$scope.$on 'success', (event, action) ->
if action == 'claim'
if action == 'forgot'
$scope.sheet.tab = 'activate'
else
$scope.sheet.tab = 'login'
......
......@@ -645,8 +645,6 @@ class AuthenticationProvider
'__formid__': action
withCredentials: true
@actions['claim'] = @actions['forgot']
$get: [
'$resource', 'baseURI'
($resource, baseURI) ->
......
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