Skip to content

Commit

Permalink
fix: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 5, 2023
1 parent c98a226 commit e25f977
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
passwordError = parsedError?.payload?.error.replaceAll('`', '') ?? localize(message)
if(passwordError.trim() == "stronghold migration error: input snapshot has incorrect/unexpected version"){
$onboardingProfile.strongholdVersion = StrongholdVersion.V3;
$updateStrongholdRouter.next()
return
}
emitStrongholdMigrationEvent({ success: false, onboardingType })
Expand Down

0 comments on commit e25f977

Please sign in to comment.