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

Update vendored deps

parent f52de480
No related branches found
No related tags found
No related merge requests found
import {Auth} from 'vpu-auth'; import {AuthKeycloak, LoginButton} from 'vpu-auth';
import {i18n} from './i18n.js'; import {i18n} from './i18n.js';
import {css, html} from 'lit-element'; import {css, html} from 'lit-element';
import {ScopedElementsMixin} from '@open-wc/scoped-elements'; import {ScopedElementsMixin} from '@open-wc/scoped-elements';
...@@ -21,7 +21,8 @@ class PersonProfileDemo extends ScopedElementsMixin(VPULitElement) { ...@@ -21,7 +21,8 @@ class PersonProfileDemo extends ScopedElementsMixin(VPULitElement) {
static get scopedElements() { static get scopedElements() {
return { return {
'vpu-person-profile': PersonProfile, 'vpu-person-profile': PersonProfile,
'vpu-auth': Auth, 'vpu-auth-keycloak': AuthKeycloak,
'vpu-login-button': LoginButton,
'vpu-person-select': PersonSelect, 'vpu-person-select': PersonSelect,
}; };
} }
...@@ -68,7 +69,8 @@ class PersonProfileDemo extends ScopedElementsMixin(VPULitElement) { ...@@ -68,7 +69,8 @@ class PersonProfileDemo extends ScopedElementsMixin(VPULitElement) {
return this.noAuth ? html`` : html` return this.noAuth ? html`` : html`
<header> <header>
<div class="container"> <div class="container">
<vpu-auth lang="${this.lang}" client-id="${commonUtils.setting('keyCloakClientId')}" load-person remember-login style="float:right"></vpu-auth> <vpu-auth-keycloak lang="${this.lang}" url="https://auth-dev.tugraz.at/auth" realm="tugraz" client-id="auth-dev-mw-frontend-local" load-person try-login></vpu-auth-keycloak>
<vpu-login-button lang="${this.lang}" show-image></vpu-login-button>
</div> </div>
</header> </header>
`; `;
......
auth @ 39d0e356
Subproject commit d3c04ca3eabebe0505ed09dd0a70255329e33a53 Subproject commit 39d0e356c029e0f2e92233520660ce307d0741d5
common @ 63b49c3a
Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee Subproject commit 63b49c3a2eeae312b4a2aeec4cc2f7f0ee12b749
person-select @ 62192685
Subproject commit def950af62e752b13ee5fb5e5893b0d9141cb74a Subproject commit 62192685c3509f0e988a95b8457e781db840dd78
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