change name format
This commit is contained in:
		
							parent
							
								
									56ecf9c69b
								
							
						
					
					
						commit
						d0632b2e4c
					
				|  | @ -72,7 +72,7 @@ class User | ||||||
|     if info |     if info | ||||||
|       first_name = get_attribute_values.detect {|value| value.key.to_s.eql?('first_name') }[I18n.locale.to_s] rescue nil |       first_name = get_attribute_values.detect {|value| value.key.to_s.eql?('first_name') }[I18n.locale.to_s] rescue nil | ||||||
|       last_name = get_attribute_values.detect {|value| value.key.to_s.eql?('last_name') }[I18n.locale.to_s] rescue nil |       last_name = get_attribute_values.detect {|value| value.key.to_s.eql?('last_name') }[I18n.locale.to_s] rescue nil | ||||||
|       return "#{first_name} #{last_name}" |       return "#{last_name} #{first_name}" | ||||||
|     else |     else | ||||||
|       return nil |       return nil | ||||||
|     end |     end | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue