feat(flags): introduce flags, disable_user_signups

fix #698
This commit is contained in:
Amruth Pillai
2022-03-18 11:12:26 +01:00
parent 910f764823
commit b6267d07ba
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,3 @@
import env from '@beam-australia/react-env';
export const FLAG_DISABLE_SIGNUPS = env('FLAG_DISABLE_SIGNUPS') === 'true';