stytchauth / stytch-ios

MIT License
31 stars 5 forks source link

[SDK-1724] Fix user update #286

Closed nidal-stytch closed 2 months ago

nidal-stytch commented 2 months ago

Linear Ticket: [SDK-1724] [iOS] Error when updating user's name

Changes:

  1. The update user call had the wrong return type, it was UserResponse but it should have been NestedUserResponse

Checklist: