web: migrate to @goauthentik/api

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-15 21:32:28 +02:00
parent 0344e5d9b3
commit 1d4b941a3b
172 changed files with 183 additions and 172 deletions

View File

@ -2,7 +2,7 @@ import { customElement, LitElement, CSSResult, property, css } from "lit-element
import { TemplateResult, html } from "lit-html";
import PFForm from "@patternfly/patternfly/components/Form/form.css";
import PFFormControl from "@patternfly/patternfly/components/FormControl/form-control.css";
import { ErrorDetail } from "authentik-api";
import { ErrorDetail } from "@goauthentik/api";
@customElement("ak-form-element")
export class FormElement extends LitElement {