Closed jsdt closed 1 month ago
This removes code for handling emails and identity recovery, since this should move elsewhere.
If this is an API or ABI breaking change, please apply the corresponding GitHub label.
This is failing the internal tests, but the internal cargo tests pass with this PR.
cargo test
This generally looks good to me. It's correct, although it will need a corresponding internal PR.
Description of Changes
This removes code for handling emails and identity recovery, since this should move elsewhere.
API and ABI breaking changes
If this is an API or ABI breaking change, please apply the corresponding GitHub label.
Expected complexity level and risk
Testing
This is failing the internal tests, but the internal
cargo test
s pass with this PR.