From dc94b9c1c938b8d32bc3daf1b0bc6c5bb05b2bf0 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Wed, 15 Apr 2026 00:27:17 -0400 Subject: [PATCH] style(ui): format gitlab auth launch options --- ui/src/components/account/add-account-dialog.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/src/components/account/add-account-dialog.tsx b/ui/src/components/account/add-account-dialog.tsx index e9651e6a..81794231 100644 --- a/ui/src/components/account/add-account-dialog.tsx +++ b/ui/src/components/account/add-account-dialog.tsx @@ -337,8 +337,11 @@ export function AddAccountDialog({ ? gitlabPersonalAccessTokenTrimmed : undefined, flowType: isKiro ? selectedKiroFlowType : undefined, - startEndpoint: - isKiro ? selectedKiroStartEndpoint : isGitLab && gitlabAuthMode === 'pat' ? 'start' : undefined, + startEndpoint: isKiro + ? selectedKiroStartEndpoint + : isGitLab && gitlabAuthMode === 'pat' + ? 'start' + : undefined, riskAcknowledgement: requiresAgyResponsibilityFlow ? { version: ANTIGRAVITY_ACK_VERSION,