mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Fix dropdown in new login form (#1538)
This commit is contained in:
parent
d69492988a
commit
50f417a7e2
@ -5,11 +5,15 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js';
|
||||
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
|
||||
|
||||
import '../components/ha-iconset-svg.js';
|
||||
import '../resources/ha-style.js';
|
||||
import '../resources/roboto.js';
|
||||
|
||||
import '../auth/ha-auth-flow.js';
|
||||
import '../auth/ha-pick-auth-provider.js';
|
||||
|
||||
/* polyfill for paper-dropdown */
|
||||
import(/* webpackChunkName: "polyfill-web-animations-next" */ 'web-animations-js/web-animations-next-lite.min.js');
|
||||
|
||||
class HaAuthorize extends PolymerElement {
|
||||
static get template() {
|
||||
return html`
|
||||
|
Loading…
x
Reference in New Issue
Block a user