File tree Expand file tree Collapse file tree
backend/src/main/java/com/park/utmstack/web/rest/application_modules
frontend/src/app/app-module/guides/guide-soc-ai Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .park .utmstack .web .rest .application_modules ;
22
33import com .park .utmstack .aop .logging .AuditEvent ;
4+ import com .park .utmstack .config .Constants ;
45import com .park .utmstack .domain .application_events .enums .ApplicationEventType ;
56import com .park .utmstack .domain .application_modules .UtmModule ;
67import com .park .utmstack .domain .application_modules .UtmModuleGroup ;
Original file line number Diff line number Diff line change @@ -394,12 +394,6 @@ export class GuideSocAiComponent implements OnInit {
394394 if ( authType ) {
395395 this . formValues [ 'authType' ] = authType . confValue || 'custom-headers' ;
396396 }
397-
398- const customHeaders = this . getConf ( 'utmstack.socai.customHeaders' ) ;
399- if ( customHeaders ) {
400- this . formValues [ 'customHeaders' ] = customHeaders . confValue || '{}' ;
401- this . parseHeadersFromJson ( this . formValues [ 'customHeaders' ] ) ;
402- }
403397 } else {
404398 this . headerRows = [ ] ;
405399 // Set defaults for the new provider
You can’t perform that action at this time.
0 commit comments