diff --git a/src/panels/profile/ha-change-password-card.js b/src/panels/profile/ha-change-password-card.js deleted file mode 100644 index d2a51d4722..0000000000 --- a/src/panels/profile/ha-change-password-card.js +++ /dev/null @@ -1,154 +0,0 @@ -import "@material/mwc-button"; -import "@polymer/paper-dialog/paper-dialog"; -import "../../components/ha-circular-progress"; -import { html } from "@polymer/polymer/lib/utils/html-tag"; -/* eslint-plugin-disable lit */ -import { PolymerElement } from "@polymer/polymer/polymer-element"; -import "../../components/ha-card"; -import LocalizeMixin from "../../mixins/localize-mixin"; -import "../../styles/polymer-ha-style"; - -/* - * @appliesMixin LocalizeMixin - */ -class HaChangePasswordCard extends LocalizeMixin(PolymerElement) { - static get template() { - return html` - -