Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null handling in LoginLinkRequest userAttributes
Previously, the method could return `null` if `user_attributes` was not set. This update ensures it always returns an array, preventing potential issues with downstream usage.
- Loading branch information