Skip to content

Commit

Permalink
Revert "Move email confirmation item above domain registered item"
Browse files Browse the repository at this point in the history
This reverts commit cd9b2f6.
  • Loading branch information
spen committed May 6, 2019
1 parent 5ea609d commit a414809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function getTasks( { taskStatuses, designType, isSiteUnlaunched, siteSegment, si
}
}

addTask( 'email_verified' );
addTask( 'custom_domain_registered' );
addTask( 'mobile_app_installed' );
addTask( 'email_verified' );

if ( get( taskStatuses, 'email_verified.completed' ) && isSiteUnlaunched ) {
addTask( 'site_launched' );
Expand Down

0 comments on commit a414809

Please sign in to comment.