Not sure how that happened.

This commit is contained in:
Ken Sternberg
2024-08-08 16:10:07 -07:00
parent e48da3520c
commit c46dc8f290
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"name": "@goauthentik/web",
"version": "0.0.0",
"type": "module",
"dependencies": {
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
@ -154,6 +153,7 @@
"tsc": "wireit",
"watch": "run-s build-locales esbuild:watch"
},
"type": "module",
"wireit": {
"build": {
"#comment": [

View File

@ -6,7 +6,11 @@ import {
UserMatchingModeToLabel,
} from "@goauthentik/admin/sources/oauth/utils";
import { DEFAULT_CONFIG } from "@goauthentik/common/api/config.js";
import { PlexAPIClient, PlexResource, popupCenterScreen } from "@goauthentik/common/helpers/plex.js";
import {
PlexAPIClient,
PlexResource,
popupCenterScreen,
} from "@goauthentik/common/helpers/plex.js";
import { ascii_letters, digits, first, randomString } from "@goauthentik/common/utils.js";
import {
CapabilitiesEnum,