mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
This commit is contained in:
parent
e74fd5fcdc
commit
3648c8c07a
@ -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}`, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user