mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-04 16:42:35 +00:00
Pause Google one-click connect pending CASA verification
Gmail/Calendar/Drive show a disabled Coming-soon button; the server refuses the flow too. Manual token connect and already-connected accounts are untouched.
This commit is contained in:
@@ -97,6 +97,7 @@ def connector_list(secrets: SecretStore) -> list[dict[str, Any]]:
|
||||
"experimental": d.experimental,
|
||||
"risk_notice": d.risk_notice,
|
||||
"managed": d.managed,
|
||||
"managed_paused": d.managed_paused,
|
||||
# Whether THIS profile came from managed OAuth (vs manual paste).
|
||||
"managed_profile": bool(profile.get("managed")),
|
||||
# "relay" for the managed cloud path; empty for manual/token connect.
|
||||
|
||||
Reference in New Issue
Block a user