diff --git a/src/widgets/omada/component.jsx b/src/widgets/omada/component.jsx index b6fcda2e..86b6639b 100644 --- a/src/widgets/omada/component.jsx +++ b/src/widgets/omada/component.jsx @@ -28,8 +28,8 @@ export default function Component({ service }) { return ( - - + + ); } diff --git a/src/widgets/omada/proxy.js b/src/widgets/omada/proxy.js index 15178539..97b17128 100644 --- a/src/widgets/omada/proxy.js +++ b/src/widgets/omada/proxy.js @@ -1,10 +1,8 @@ import cache from "memory-cache"; -import { formatApiCall } from "utils/proxy/api-helpers"; + import { httpProxy } from "utils/proxy/http"; -import { addCookieToJar, setCookieHeader } from "utils/proxy/cookie-jar"; import getServiceWidget from "utils/config/service-helpers"; -import { getPrivateWidgetOptions } from "utils/config/widget-helpers"; import createLogger from "utils/logger"; import widgets from "widgets/widgets";