Select Git revision
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
Reiter, Christoph authoredAdd a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
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);