Not sure how that happened.
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@goauthentik/web",
|
"name": "@goauthentik/web",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-html": "^6.4.9",
|
"@codemirror/lang-html": "^6.4.9",
|
||||||
"@codemirror/lang-javascript": "^6.2.2",
|
"@codemirror/lang-javascript": "^6.2.2",
|
||||||
@ -154,6 +153,7 @@
|
|||||||
"tsc": "wireit",
|
"tsc": "wireit",
|
||||||
"watch": "run-s build-locales esbuild:watch"
|
"watch": "run-s build-locales esbuild:watch"
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build": {
|
"build": {
|
||||||
"#comment": [
|
"#comment": [
|
||||||
|
|||||||
@ -6,7 +6,11 @@ import {
|
|||||||
UserMatchingModeToLabel,
|
UserMatchingModeToLabel,
|
||||||
} from "@goauthentik/admin/sources/oauth/utils";
|
} from "@goauthentik/admin/sources/oauth/utils";
|
||||||
import { DEFAULT_CONFIG } from "@goauthentik/common/api/config.js";
|
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 { ascii_letters, digits, first, randomString } from "@goauthentik/common/utils.js";
|
||||||
import {
|
import {
|
||||||
CapabilitiesEnum,
|
CapabilitiesEnum,
|
||||||
|
|||||||
Reference in New Issue
Block a user