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

@ -4,7 +4,7 @@ import { AKResponse } from "../../api/Client";
import { TablePage } from "../../elements/table/TablePage";
import PFDescriptionList from "@patternfly/patternfly/components/DescriptionList/description-list.css";
import { CryptoApi, CertificateKeyPair } from "authentik-api";
import { CryptoApi, CertificateKeyPair } from "@goauthentik/api";
import "../../elements/forms/ModalForm";
import "../../elements/buttons/SpinnerButton";