Auth fix + Registration Clarity (#3590)

* clarify auth flow

* k

* nit

* k

* fix typing
This commit is contained in:
pablonyx
2025-01-05 18:17:45 -08:00
committed by GitHub
parent e100a5e965
commit c8090ab75b
6 changed files with 31 additions and 10 deletions

View File

@ -46,6 +46,7 @@ def register_tenant_users(tenant_id: str, number_of_users: int) -> stripe.Subscr
"""
Send a request to the control service to register the number of users for a tenant.
"""
if not STRIPE_PRICE_ID:
raise Exception("STRIPE_PRICE_ID is not set")