Skip to content

Commit

Permalink
fixed issue with account linking
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Jun 15, 2020
1 parent dbb5403 commit 9a15e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create
identifiable: existing_user,
attrs: session["devise.shibboleth_data"]
}
@ui = UserIdentifier.new(args)
@ui = Identifier.new(args)
end
unless existing_user.get_locale.nil?
session[:locale] = existing_user.get_locale
Expand Down

0 comments on commit 9a15e5d

Please sign in to comment.