Skip to content
Snippets Groups Projects
Commit 9be16b05 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Move to scoped vpu-auth

parent 35e51170
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
};
......
auth @ b5a43f69
Subproject commit 0ec14423f6d7472608b0ee1bdaded8a0e89dc331
Subproject commit b5a43f69e9784f27099b48e2674be2e171148cb7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment