diff options
author | Eric Bailey <git@esb.lol> | 2024-04-23 19:30:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 19:30:49 -0500 |
commit | 05beb1bbadf86f8b20ab950497947e31beea798e (patch) | |
tree | ca76be69245af99b200b04603f83246d4b3697da /src/lib/build-flags.ts | |
parent | 24da3a8f4e81e0f7694b02545711536414dcd17a (diff) | |
download | voidsky-05beb1bbadf86f8b20ab950497947e31beea798e.tar.zst |
Remove old old onboarding (#3674)
Diffstat (limited to 'src/lib/build-flags.ts')
-rw-r--r-- | src/lib/build-flags.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/build-flags.ts b/src/lib/build-flags.ts index f85cbd9f8..cf05114e0 100644 --- a/src/lib/build-flags.ts +++ b/src/lib/build-flags.ts @@ -1,3 +1,2 @@ export const LOGIN_INCLUDE_DEV_SERVERS = true export const PWI_ENABLED = true -export const NEW_ONBOARDING_ENABLED = true |