Skip to content

Commit

Permalink
Add the redirect to the fallback step
Browse files Browse the repository at this point in the history
  • Loading branch information
valterlorran committed Dec 3, 2024
1 parent 228b6f3 commit e7c3fd6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,10 @@ const siteMigration: Flow = {
}

if ( action === 'fallback-credentials' ) {
// TODO: Implement fallback credentials step.
return navigate( STEPS.SITE_MIGRATION_FALLBACK_CREDENTIALS.slug, {
siteId,
siteSlug,
} );
}

return navigate( STEPS.SITE_MIGRATION_STARTED.slug, {
Expand Down

0 comments on commit e7c3fd6

Please sign in to comment.