mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix MFA module name not showing on step completion (#19581)
* Fix MFA module name not showing on step completion Fixes #18918 * Update src/panels/profile/dialog-ha-mfa-module-setup-flow.ts --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
4db743db00
commit
1d9fa1522c
@ -97,7 +97,7 @@ class HaMfaModuleSetupFlow extends LitElement {
|
||||
? html`<p>
|
||||
${this.hass.localize(
|
||||
"ui.panel.profile.mfa_setup.step_done",
|
||||
{ step: this._step.title }
|
||||
{ step: this._step.title || this._step.handler }
|
||||
)}
|
||||
</p>`
|
||||
: this._step.type === "form"
|
||||
|
Loading…
x
Reference in New Issue
Block a user