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