B2B-30: hide 'create team' button from not super_admins
This commit is contained in:
@@ -10,12 +10,6 @@ SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhY
|
||||
SUPABASE_DB_WEBHOOK_SECRET=WEBHOOKSECRET
|
||||
|
||||
# EMAILS
|
||||
EMAIL_SENDER="Makerkit <admin@makerkit.dev>"
|
||||
EMAIL_PORT=54325
|
||||
EMAIL_HOST=localhost
|
||||
EMAIL_TLS=false
|
||||
EMAIL_USER=user
|
||||
EMAIL_PASSWORD=password
|
||||
|
||||
# CONTACT FORM
|
||||
CONTACT_EMAIL=test@makerkit.dev
|
||||
@@ -24,4 +18,10 @@ CONTACT_EMAIL=test@makerkit.dev
|
||||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
|
||||
|
||||
# MAILER
|
||||
MAILER_PROVIDER=nodemailer
|
||||
MAILER_PROVIDER=nodemailer
|
||||
# EMAIL_SENDER=
|
||||
# EMAIL_USER= # refer to your email provider's documentation
|
||||
# EMAIL_PASSWORD= # refer to your email provider's documentation
|
||||
# EMAIL_HOST= # refer to your email provider's documentation
|
||||
# EMAIL_PORT= # or 465 for SSL
|
||||
# EMAIL_TLS= # or false for SSL (see provider documentation)
|
||||
Reference in New Issue
Block a user