Which operating systems have you tested for this bug?
macOS
Which server did you use?
apache
Database
PostgreSQL 15.4
Did you add customize OAuth?
No
What happened?
This bug is similar to the previous bug. See #109
When a new user registers using oauth, property $family_name does not exist because some accounts do not have a last name, especially old accounts or users who have one word names.
PHP Version
8.3
CodeIgniter4 Version
4.5.1
Shield Version
1.0.2
Shield OAuth Version?
dev-develop
Which operating systems have you tested for this bug?
macOS
Which server did you use?
apache
Database
PostgreSQL 15.4
Did you add customize OAuth?
No
What happened?
This bug is similar to the previous bug. See #109
When a new user registers using oauth, property
$family_name
does not exist because some accounts do not have a last name, especially old accounts or users who have one word names.I will submit a PR for this bug soon.
Steps to Reproduce
click oauth button
Expected Output
new user login after registered using oauth
Anything else?
No response