diff --git a/apps/web/.env.example b/apps/web/.env.example index 697fa5df..409004c8 100644 --- a/apps/web/.env.example +++ b/apps/web/.env.example @@ -6,6 +6,7 @@ SUPABASE_URL= SUPABASE_KEY= SPEAKER_DATASOURCE= # local or supabase SPONSOR_DATASOURCE= # local or supabase +AVAILABLE_APPLY_SPEAKER= AVAILABLE_APPLY_SPONSOR= ENABLE_INVITE_STAFF= ENABLE_OPERATE_ADMIN= diff --git a/apps/web/app/components/SpeakerPageSection.vue b/apps/web/app/components/SpeakerPageSection.vue index 051af936..5147c4a2 100644 --- a/apps/web/app/components/SpeakerPageSection.vue +++ b/apps/web/app/components/SpeakerPageSection.vue @@ -1,5 +1,6 @@ +