mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
This commit is contained in:
parent
e74fd5fcdc
commit
3648c8c07a
@ -360,11 +360,7 @@ class HaAuthFlow extends litLocalizeLiteMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
this._submitting = true;
|
this._submitting = true;
|
||||||
|
|
||||||
const postData = {
|
const postData = { ...this._stepData, client_id: this.clientId };
|
||||||
...this._stepData,
|
|
||||||
client_id: this.clientId,
|
|
||||||
redirect_uri: this.redirectUri,
|
|
||||||
};
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`/auth/login_flow/${this._step.flow_id}`, {
|
const response = await fetch(`/auth/login_flow/${this._step.flow_id}`, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user