Select Git revision
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
Reiter, Christoph authoredTakes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
vpu-auth.js 261 B
import {defineCustomElement} from 'vpu-common/utils';
import {AuthKeycloak} from './auth-keycloak.js';
import {LoginButton} from './login-button.js';
defineCustomElement('vpu-auth-keycloak', AuthKeycloak);
defineCustomElement('vpu-login-button', LoginButton);