This commit is contained in:
peintnermax
2024-08-21 14:18:41 +02:00
parent ab0ac166c9
commit 0ca7fa4ce0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
import { PROVIDER_MAPPING } from "@/lib/idp";
import {
addIDPLink,
createUser,
getBrandingSettings,
getIDPByID,
listUsers,
PROVIDER_MAPPING,
retrieveIDPIntent,
} from "@/lib/zitadel";
import Alert, { AlertType } from "@/ui/Alert";