mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
fix missing credentials step (#23440)
This commit is contained in:
parent
c3507abd9c
commit
7150016375
@ -51,7 +51,6 @@ class StepFlowAbort extends LitElement {
|
||||
}
|
||||
|
||||
private async _handleMissingCreds() {
|
||||
this._flowDone();
|
||||
// Prompt to enter credentials and restart integration setup
|
||||
showAddApplicationCredentialDialog(this.params.dialogParentElement!, {
|
||||
selectedDomain: this.domain,
|
||||
@ -64,6 +63,7 @@ class StepFlowAbort extends LitElement {
|
||||
});
|
||||
},
|
||||
});
|
||||
this._flowDone();
|
||||
}
|
||||
|
||||
private _flowDone(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user