Skip to content

Commit

Permalink
Stepper: Redirect to start when domain is missing on connect-domain f…
Browse files Browse the repository at this point in the history
…low (#95138)
  • Loading branch information
phcp authored Oct 4, 2024
1 parent 1ded3b1 commit 740172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/landing/stepper/declarative-flow/connect-domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const connectDomain: Flow = {
);

if ( ! domain ) {
redirect( ` /setup/${ CONNECT_DOMAIN_FLOW }` ); //TODO
redirect( '/start' );
result = {
state: AssertConditionState.FAILURE,
message: 'connect-domain requires a domain query parameter',
Expand Down

0 comments on commit 740172f

Please sign in to comment.