Skip to content

Commit

Permalink
List subscription change (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jun 4, 2018
1 parent 65b289c commit 393f1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def create
flash[:warning] = I18n.t('users_controller.account_migrated_create_new_password')
redirect_to "/profile/edit"
else
@user.add_to_lists(['publiclaboratory'])
flash[:notice] = I18n.t('users_controller.registration_successful').html_safe
flash[:warning] = I18n.t('users_controller.spectralworkbench_or_mapknitter', :url1 => "'#{session[:openid_return_to]}'").html_safe if session[:openid_return_to]
session[:openid_return_to] = nil
Expand Down

0 comments on commit 393f1a6

Please sign in to comment.