File tree Expand file tree Collapse file tree
frontend/src/components/input-output/configure-ds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -627,7 +627,6 @@ def filter(self, record):
627627 "GOOGLE_OAUTH2_SECRET" ,
628628 "AZUREAD_TENANT_OAUTH2_KEY" ,
629629 "AZUREAD_TENANT_OAUTH2_SECRET" ,
630- "AZUREAD_TENANT_OAUTH2_TENANT_ID" ,
631630]:
632631 exec (f"SOCIAL_AUTH_{ key } = os.environ.get('{ key } ')" )
633632
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ GOOGLE_OAUTH2_SECRET=
5656# Microsoft sharepoint oauth
5757AZUREAD_TENANT_OAUTH2_KEY =
5858AZUREAD_TENANT_OAUTH2_SECRET =
59- AZUREAD_TENANT_OAUTH2_TENANT_ID =
6059
6160# User session
6261SESSION_EXPIRATION_TIME_IN_SECOND = 7200
Original file line number Diff line number Diff line change @@ -387,15 +387,6 @@ function ConfigureDs({
387387 </ Popover >
388388 </ div >
389389 ) }
390- { ! isLoading && oAuthProvider ?. length > 0 && (
391- < OAuthDs
392- oAuthProvider = { oAuthProvider }
393- setCacheKey = { handleSetCacheKey }
394- setStatus = { handleSetStatus }
395- selectedSourceId = { selectedSourceId }
396- isExistingConnector = { isExistingConnector }
397- />
398- ) }
399390 < RjsfFormLayout
400391 schema = { spec }
401392 formData = { formData }
You can’t perform that action at this time.
0 commit comments