Skip to content

Provide fallback for missing `name` value.

gitlab-qa-bot requested to merge github/fork/cmhamill/master into master

Created by: cmhamill

If auth.info.name is nil, then use auth.info.first_name + auth.info.last_name as the value of name.

I would find this change useful, as I happen to have a source for first and last name, but not both. Your call if that's worth a patch.

Merge request reports