You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated User::UpdateEmail from C++ SDK and tests
Matching a change made in the Unity SDK, this commit removes:
- Auth: `User::UpdateEmail` and `User::UpdateEmailLastResult` methods.
Integration tests in `ta/auth/it/src/integration_test.cc` were updated:
- Removed a call to `UpdateEmail` on an invalid user.
- Removed commented-out calls to `UpdateEmail` in `TestUpdateEmailAndPassword`.
Updated the release notes to reflect this change.
0 commit comments