diff --git a/src/auth/ha-auth-flow.ts b/src/auth/ha-auth-flow.ts index eef3da0d33..297eaeeb19 100644 --- a/src/auth/ha-auth-flow.ts +++ b/src/auth/ha-auth-flow.ts @@ -360,11 +360,7 @@ class HaAuthFlow extends litLocalizeLiteMixin(LitElement) { } this._submitting = true; - const postData = { - ...this._stepData, - client_id: this.clientId, - redirect_uri: this.redirectUri, - }; + const postData = { ...this._stepData, client_id: this.clientId }; try { const response = await fetch(`/auth/login_flow/${this._step.flow_id}`, {