commits
* fix: allow dids as handle
* Fix duplicate identity migration requests and prevent auto-verification of step 2
- Remove redundant direct calls to next migration steps after verification
- Add duplicate call prevention in startIdentityMigration
- Skip automatic verification for identity migration step (requires manual token)
- Simplify control flow to use only verifyStep->continueToNextStep chain
- Fix issue where identity migration was being called multiple times causing errors
* Add proper verification after identity migration token submission
- Call /api/migrate/status after submitting identity token to verify success
- Add isManualSubmission parameter to verifyStep to allow verification for step 2 after token
- Update retryVerification to handle identity migration verification correctly
- Ensure identity migration is properly verified before continuing to finalization
* retry verification
* Update MigrationProgress.tsx
* fix: allow dids as handle
* Fix duplicate identity migration requests and prevent auto-verification of step 2
- Remove redundant direct calls to next migration steps after verification
- Add duplicate call prevention in startIdentityMigration
- Skip automatic verification for identity migration step (requires manual token)
- Simplify control flow to use only verifyStep->continueToNextStep chain
- Fix issue where identity migration was being called multiple times causing errors
* Add proper verification after identity migration token submission
- Call /api/migrate/status after submitting identity token to verify success
- Add isManualSubmission parameter to verifyStep to allow verification for step 2 after token
- Update retryVerification to handle identity migration verification correctly
- Ensure identity migration is properly verified before continuing to finalization