Fix missing translations of password field in cloud signup (#17213)

This commit is contained in:
Franck Nijhof 2023-07-08 19:23:30 +02:00 committed by GitHub
parent 3191801fa7
commit 1beab0449f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,9 @@ export class CloudRegister extends LitElement {
<ha-textfield
id="password"
name="password"
label="Password"
.label=${this.hass.localize(
"ui.panel.config.cloud.register.password"
)}
.value=${this._password}
type="password"
autocomplete="new-password"