You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#352 introduced early access codes to limit production access, but it also removed a check for import.meta.env.PROD.
Problem:
When registering locally, an early access code should not be required.
Fix:
Add a check for import.meta.env.PROD to decide whether to display the early access code requirement. If a user is in a development environment, allow them to register without an early access code.
The text was updated successfully, but these errors were encountered:
#352 introduced early access codes to limit production access, but it also removed a check for
import.meta.env.PROD
.Problem:
When registering locally, an early access code should not be required.
Fix:
Add a check for
import.meta.env.PROD
to decide whether to display the early access code requirement. If a user is in a development environment, allow them to register without an early access code.The text was updated successfully, but these errors were encountered: