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