Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AccountSetup closure not getting called when anonymous details ar…
…e associated (#63) # Fix AccountSetup closure not getting called when anonymous details are associated ## ♻️ Current situation & Problem The AccountSetup inconsistently treated anonymous account details (still showing the setup views but not reacting to changes when going from anonymous to non-anonymous). This is fixed by this PR. ## ⚙️ Release Notes * Fixed account setup closure not being called if anonymous details were previously associated. ## 📚 Documentation -- ## ✅ Testing -- ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information