Not sure how that happened.
This commit is contained in:
@ -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": [
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user