Skip to content

Commit

Permalink
DEV: Remove trailing whitespace from 47ad2a4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Jul 24, 2019
1 parent 47ad2a4 commit da4c1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/managed_authenticator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def after_authenticate(auth_token, existing_account: nil)
result = Auth::Result.new
info = auth_token[:info]
result.email = info[:email]
result.name = info[:first_name] && info[:last_name] ? "#{info[:first_name]} #{info[:last_name]}" : info[:name]
result.name = info[:first_name] && info[:last_name] ? "#{info[:first_name]} #{info[:last_name]}" : info[:name]
result.username = info[:nickname]
result.email_valid = primary_email_verified?(auth_token) if result.email
result.extra_data = {
Expand Down

0 comments on commit da4c1c5

Please sign in to comment.