Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 53c6b1e

Browse files
authored
Enable public registration for production
Changed VITE_ENABLE_PUBLIC_REGISTRATION from false to true.
1 parent c7e7f66 commit 53c6b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
4444
VITE_POSTHOG_HOST: ${{ secrets.VITE_POSTHOG_HOST }}
4545
# Disable public registration for production
46-
VITE_ENABLE_PUBLIC_REGISTRATION: "false"
46+
VITE_ENABLE_PUBLIC_REGISTRATION: true
4747
# Set to production to enable console stripping
4848
NODE_ENV: production
4949
run: npm run build

0 commit comments

Comments
 (0)