Fix dropdown in new login form (#1538)

This commit is contained in:
Jason Hu 2018-08-04 06:05:44 -07:00 committed by Paulus Schoutsen
parent d69492988a
commit 50f417a7e2

View File

@ -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`