diff --git a/src/auth/ha-authorize.ts b/src/auth/ha-authorize.ts index e026a69bf0..bf8feb2685 100644 --- a/src/auth/ha-authorize.ts +++ b/src/auth/ha-authorize.ts @@ -91,7 +91,6 @@ class HaAuthorize extends litLocalizeLiteMixin(LitElement) { .redirectUri="${this.redirectUri}" .oauth2State="${this.oauth2State}" .authProvider="${this._authProvider}" - .step="{{step}}" > ${inactiveProviders.length > 0 diff --git a/src/components/ha-form/ha-form-string.ts b/src/components/ha-form/ha-form-string.ts index 474323f9bd..d7dab29dd2 100644 --- a/src/components/ha-form/ha-form-string.ts +++ b/src/components/ha-form/ha-form-string.ts @@ -81,7 +81,7 @@ export class HaFormString extends LitElement implements HaFormElement { }); } - private _stringType() { + private get _stringType() { if (this.schema.format) { if (["email", "url"].includes(this.schema.format)) { return this.schema.format;