Skip to content

Commit

Permalink
Revert "[⚠️ DO NOT MERGE THIS IN PROD ⚠️] Set default `SKIP_ONBOARDIN…
Browse files Browse the repository at this point in the history
…G` to true"

This reverts commit 4a72b7d.
  • Loading branch information
drakoFukayu committed May 31, 2024
1 parent 4a72b7d commit 3ebfafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/env/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ const envDefinitions = {
desc: "SimpleHash API base url",
},
SKIP_ONBOARDING: {
def: true,
def: false,
parser: boolParser,
desc: "dev flag to skip onboarding flow",
},
Expand Down

0 comments on commit 3ebfafc

Please sign in to comment.