From 7c8d2198359d7e6e25b4141db793fc8541fea05b Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Tue, 24 Mar 2026 00:54:21 -0600 Subject: [PATCH] fix(03-05): fix Slack OAuth and budget alert field name mismatches - Slack callback: check data.ok (not data.success) to match backend response - SlackInstallResponse: use url + state fields (not authorize_url) - connect-channel.tsx: update all authorize_url refs to url - BudgetAlert: use current_usd (not current_cost_usd) to match backend Pydantic model - usage page: update alert.current_cost_usd to alert.current_usd --- packages/portal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/portal b/packages/portal index 8f4247b..929c772 160000 --- a/packages/portal +++ b/packages/portal @@ -1 +1 @@ -Subproject commit 8f4247bbfc43338fa6baf960915f052652c6ed32 +Subproject commit 929c7721186e70ac46602d0135410926ea398974