style(ui): format gitlab auth launch options

This commit is contained in:
Tam Nhu Tran
2026-04-15 00:27:17 -04:00
parent 2d9f8c9695
commit dc94b9c1c9
@@ -337,8 +337,11 @@ export function AddAccountDialog({
? gitlabPersonalAccessTokenTrimmed ? gitlabPersonalAccessTokenTrimmed
: undefined, : undefined,
flowType: isKiro ? selectedKiroFlowType : undefined, flowType: isKiro ? selectedKiroFlowType : undefined,
startEndpoint: startEndpoint: isKiro
isKiro ? selectedKiroStartEndpoint : isGitLab && gitlabAuthMode === 'pat' ? 'start' : undefined, ? selectedKiroStartEndpoint
: isGitLab && gitlabAuthMode === 'pat'
? 'start'
: undefined,
riskAcknowledgement: requiresAgyResponsibilityFlow riskAcknowledgement: requiresAgyResponsibilityFlow
? { ? {
version: ANTIGRAVITY_ACK_VERSION, version: ANTIGRAVITY_ACK_VERSION,