Commit b5022d8
committed
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.
- Commented out calls to `UpdateEmail` in `TestUpdateEmailAndPassword` to allow build to pass. Further work is needed to update this test to the new email verification flow.
Updated the release notes to reflect this change.1 parent 77491ee commit b5022d8
File tree
2 files changed
+8
-13
lines changed- auth/integration_test/src
- release_build_files
2 files changed
+8
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | 583 | | |
589 | 584 | | |
590 | 585 | | |
| |||
767 | 762 | | |
768 | 763 | | |
769 | 764 | | |
770 | | - | |
771 | | - | |
| 765 | + | |
| 766 | + | |
772 | 767 | | |
773 | 768 | | |
774 | 769 | | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
780 | 775 | | |
781 | 776 | | |
782 | 777 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
| 680 | + | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
0 commit comments