Ensure name is updated after anonymous account linking
:recycle: Current situation & Problem
As described in #35, the displayName is not updated in the signup code path that handles linking signup credentials with an existing anonymous account.
This PR fixes this issue by updating the display name of the anonymous account if the signup request provides a display name.
:gear: Release Notes
Fixed an issue where the displayName was not updated when signing in by linking against an anonymous user account.
:books: Documentation
--
:white_check_mark: Testing
A regression test was added that verifies this behavior.
:pencil: Code of Conduct & Contributing Guidelines
Ensure name is updated after anonymous account linking
:recycle: Current situation & Problem
As described in #35, the displayName is not updated in the signup code path that handles linking signup credentials with an existing anonymous account. This PR fixes this issue by updating the display name of the anonymous account if the signup request provides a display name.
:gear: Release Notes
:books: Documentation
--
:white_check_mark: Testing
A regression test was added that verifies this behavior.
:pencil: Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: