mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix config flow URLs linking to device (#24223)
This commit is contained in:
parent
bc0cc8b387
commit
abbf56db1d
@ -70,7 +70,7 @@ export class HaConfigFlowCard extends LitElement {
|
|||||||
? html`<a
|
? html`<a
|
||||||
href=${this.flow.context.configuration_url.replace(
|
href=${this.flow.context.configuration_url.replace(
|
||||||
/^homeassistant:\/\//,
|
/^homeassistant:\/\//,
|
||||||
""
|
"/"
|
||||||
)}
|
)}
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target=${this.flow.context.configuration_url.startsWith(
|
target=${this.flow.context.configuration_url.startsWith(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user