diff --git a/src/auth/ha-auth-flow.ts b/src/auth/ha-auth-flow.ts index d8a08c65ea..00070a57b6 100644 --- a/src/auth/ha-auth-flow.ts +++ b/src/auth/ha-auth-flow.ts @@ -21,6 +21,7 @@ import { DataEntryFlowStepForm, } from "../data/data_entry_flow"; import "./ha-auth-form"; +import { fireEvent } from "../common/dom/fire_event"; type State = "loading" | "error" | "step"; @@ -85,10 +86,6 @@ export class HaAuthFlow extends LitElement { protected render() { return html`