mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
style(ui): format gitlab auth launch options
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user