Skip to content

Commit

Permalink
Mark the start-writing Stepper flow as a signup flow (#88543)
Browse files Browse the repository at this point in the history
  • Loading branch information
daledupreez authored Mar 16, 2024
1 parent 81c3504 commit 3544d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/landing/stepper/declarative-flow/start-writing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const startWriting: Flow = {
get title() {
return translate( 'Blog' );
},
isSignupFlow: false,
isSignupFlow: true,
useSteps() {
return [
{
Expand Down

0 comments on commit 3544d09

Please sign in to comment.