diff --git a/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts b/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts index 95cfb11..a74e416 100644 --- a/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts +++ b/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts @@ -47,4 +47,7 @@ export class CrawlerAuthComponent implements OnInit, OnChanges { getCrawlerAuthInputItems() { this.listStore.dispatch(new ListStore.ReadAll(this.selectedCrawler)); } + + generateAuthComponent() { + } }