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
: 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,