@@ -1138,31 +1138,6 @@ export function CredentialsManager({ onOpenChange }: CredentialsManagerProps) {
11381138
11391139 { createType === 'oauth' ? (
11401140 < div className = 'flex flex-col gap-[10px]' >
1141- < div >
1142- < Label >
1143- Display name< span className = 'ml-1' > *</ span >
1144- </ Label >
1145- < Input
1146- value = { createDisplayName }
1147- onChange = { ( event ) => setCreateDisplayName ( event . target . value ) }
1148- placeholder = 'Secret name'
1149- autoComplete = 'off'
1150- data-lpignore = 'true'
1151- className = 'mt-[6px]'
1152- />
1153- </ div >
1154- < div >
1155- < Label > Description</ Label >
1156- < Textarea
1157- value = { createDescription }
1158- onChange = { ( event ) => setCreateDescription ( event . target . value ) }
1159- placeholder = 'Optional description'
1160- maxLength = { 500 }
1161- autoComplete = 'off'
1162- data-lpignore = 'true'
1163- className = 'mt-[6px] min-h-[80px] resize-none'
1164- />
1165- </ div >
11661141 < div >
11671142 < Label > Account</ Label >
11681143 < div className = 'mt-[6px]' >
@@ -1202,6 +1177,31 @@ export function CredentialsManager({ onOpenChange }: CredentialsManagerProps) {
12021177 />
12031178 </ div >
12041179 </ div >
1180+ < div >
1181+ < Label >
1182+ Display name< span className = 'ml-1' > *</ span >
1183+ </ Label >
1184+ < Input
1185+ value = { createDisplayName }
1186+ onChange = { ( event ) => setCreateDisplayName ( event . target . value ) }
1187+ placeholder = 'Secret name'
1188+ autoComplete = 'off'
1189+ data-lpignore = 'true'
1190+ className = 'mt-[6px]'
1191+ />
1192+ </ div >
1193+ < div >
1194+ < Label > Description</ Label >
1195+ < Textarea
1196+ value = { createDescription }
1197+ onChange = { ( event ) => setCreateDescription ( event . target . value ) }
1198+ placeholder = 'Optional description'
1199+ maxLength = { 500 }
1200+ autoComplete = 'off'
1201+ data-lpignore = 'true'
1202+ className = 'mt-[6px] min-h-[80px] resize-none'
1203+ />
1204+ </ div >
12051205 </ div >
12061206 ) : (
12071207 < div className = 'flex flex-col gap-[10px]' >
0 commit comments