Skip to content

Commit

Permalink
feat: Remove onboardingType field for active profile migration case
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Aug 18, 2023
1 parent d54591e commit d2d39aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
emitStrongholdMigrationEvent({ success: true, onboardingType })
} else {
await migrateStrongholdFromActiveProfile(password)
emitStrongholdMigrationEvent({ success: true, onboardingType })
emitStrongholdMigrationEvent({ success: true })
}
isBusy = false
$updateStrongholdRouter.next()
Expand Down

0 comments on commit d2d39aa

Please sign in to comment.