free trial: Send users to /upgrade after realm creation.

This commit is contained in:
Vishnu KS
2020-05-22 19:12:46 +05:30
committed by Tim Abbott
parent a5f0379e0f
commit 8784539d53
12 changed files with 242 additions and 3 deletions

View File

@@ -920,6 +920,7 @@ ExternalAuthDataDict = TypedDict('ExternalAuthDataDict', {
'full_name': str,
'email': str,
'is_signup': bool,
'is_realm_creation': bool,
'redirect_to': str,
'mobile_flow_otp': Optional[str],
'desktop_flow_otp': Optional[str],