[x] I've ensured that all existing tests pass and added tests (when/where necessary)
[x] I've ensured that my code lints properly: (swiftlint && swiftlint autocorrect --format)
[x] I've updated the documentation (when/where necessary) and Changelog (when/where necessary)
[x] I've added the proper label to this pull request (e.g. bug for bug fixes)
Pull Request Details
Merging the breaking changes to LoginManager into master was a mistake on my part. The updates to login should occur on a separate branch so that they can all be released together. In the meantime need to revert this change so that we can continue to release version bumps in line with the Objective-C SDK. 🤦♂️
This reverts commit 90cd224671f937f0801f28c54d4843760ef0b469.
Checklist
swiftlint && swiftlint autocorrect --format
)bug
for bug fixes)Pull Request Details
Merging the breaking changes to LoginManager into master was a mistake on my part. The updates to login should occur on a separate branch so that they can all be released together. In the meantime need to revert this change so that we can continue to release version bumps in line with the Objective-C SDK. 🤦♂️
Test Plan
N/A