From 9be16b058809132950dd3bf53ca6141d787cab94 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 20 Apr 2020 15:52:23 +0200 Subject: [PATCH] Move to scoped vpu-auth --- packages/app-shell/src/app-shell.js | 4 ++-- packages/app-shell/vendor/auth | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js index 34ecb520..a56012d3 100644 --- a/packages/app-shell/src/app-shell.js +++ b/packages/app-shell/src/app-shell.js @@ -3,7 +3,7 @@ import {html, css, LitElement} from 'lit-element'; import {ScopedElementsMixin} from '@open-wc/scoped-elements'; import {LanguageSelect} from 'vpu-language-select'; import 'vpu-common/vpu-button.js'; -import 'vpu-auth'; +import {Auth} from 'vpu-auth'; import 'vpu-notification'; import * as commonUtils from 'vpu-common/utils'; import * as commonStyles from 'vpu-common/styles'; @@ -67,8 +67,8 @@ export class AppShell extends ScopedElementsMixin(LitElement) { 'vpu-language-select': LanguageSelect, 'vpu-tugraz-logo': TUGrazLogo, 'vpu-build-info': BuildInfo, + 'vpu-auth': Auth, // https://github.com/open-wc/open-wc/issues/1541 - 'vpu-auth': customElements.get('vpu-auth'), 'vpu-notification': customElements.get('vpu-notification'), 'vpu-icon': customElements.get('vpu-icon'), }; diff --git a/packages/app-shell/vendor/auth b/packages/app-shell/vendor/auth index 0ec14423..b5a43f69 160000 --- a/packages/app-shell/vendor/auth +++ b/packages/app-shell/vendor/auth @@ -1 +1 @@ -Subproject commit 0ec14423f6d7472608b0ee1bdaded8a0e89dc331 +Subproject commit b5a43f69e9784f27099b48e2674be2e171148cb7 -- GitLab