web: remove deprecated rollup-plugin-node-resolve
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -12,8 +12,8 @@ import "codemirror/mode/yaml/yaml.js"; | ||||
| import YAML from "yaml"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import CodeMirrorDialogStyle from "codemirror/addon/dialog/dialog.css"; | ||||
| import CodeMirrorShowHintStyle from "codemirror/addon/hint/show-hint.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../authentik.css"; | ||||
| import PFBase from "@patternfly/patternfly/patternfly-base.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../authentik.css"; | ||||
| import PFEmptyState from "@patternfly/patternfly/components/EmptyState/empty-state.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFExpandableSection from "../../node_modules/@patternfly/patternfly/components/ExpandableSection/expandable-section.css"; | ||||
|  | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../authentik.css"; | ||||
| import PFLabel from "@patternfly/patternfly/components/Label/label.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFBase from "@patternfly/patternfly/patternfly-base.css"; | ||||
|  | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFSpinner from "@patternfly/patternfly/components/Spinner/spinner.css"; | ||||
|  | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import AKGlobal from "../authentik.css"; | ||||
| import PFTabs from "@patternfly/patternfly/components/Tabs/tabs.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| @customElement("ak-dropdown") | ||||
| export class DropdownButton extends LitElement { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFBackdrop from "@patternfly/patternfly/components/Backdrop/backdrop.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { CoreApi } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFCard from "@patternfly/patternfly/components/Card/card.css"; | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { until } from "lit/directives/until"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import "../Spinner"; | ||||
| import { PFSize } from "../Spinner"; | ||||
|  | ||||
| @ -2,7 +2,7 @@ import { ChartData } from "chart.js"; | ||||
|  | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| import { AdminApi, LoginMetrics } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -2,7 +2,7 @@ import { ChartData } from "chart.js"; | ||||
|  | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { Coordinate, CoreApi } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -6,7 +6,7 @@ import { LinearScale, TimeScale } from "chart.js"; | ||||
| import "chartjs-adapter-moment"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { property } from "lit/decorators"; | ||||
| import { property } from "lit/decorators.js"; | ||||
|  | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
| import { FONT_COLOUR_DARK_MODE, FONT_COLOUR_LIGHT_MODE } from "../../pages/flows/FlowDiagram"; | ||||
|  | ||||
| @ -2,7 +2,7 @@ import { ChartData } from "chart.js"; | ||||
|  | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { CoreApi, UserMetrics } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { Event, EventsApi } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { Event, EventsApi } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
| import { ModalButton } from "../buttons/ModalButton"; | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { until } from "lit/directives/until"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
|  | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { until } from "lit/directives/until"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
|  | ||||
|  | ||||
| @ -4,7 +4,7 @@ import "@polymer/paper-input/paper-input"; | ||||
| import { PaperInputElement } from "@polymer/paper-input/paper-input"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFAlert from "@patternfly/patternfly/components/Alert/alert.css"; | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| import { CSSResult, LitElement, css } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFForm from "@patternfly/patternfly/components/Form/form.css"; | ||||
| import PFFormControl from "@patternfly/patternfly/components/FormControl/form-control.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -2,7 +2,7 @@ import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, css } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFForm from "@patternfly/patternfly/components/Form/form.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
| import "../LoadingOverlay"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { TemplateResult } from "lit"; | ||||
| import { property } from "lit/decorators"; | ||||
| import { property } from "lit/decorators.js"; | ||||
|  | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
| import { Form } from "./Form"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { Form } from "./Form"; | ||||
|  | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFAlert from "@patternfly/patternfly/components/Alert/alert.css"; | ||||
| import PFAlertGroup from "@patternfly/patternfly/components/AlertGroup/alert-group.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFAlertGroup from "@patternfly/patternfly/components/AlertGroup/alert-group.css"; | ||||
| import PFBase from "@patternfly/patternfly/patternfly-base.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { ExpiringBaseGrantModel, Oauth2Api } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFFlex from "@patternfly/patternfly/layouts/Flex/flex.css"; | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import PFEmptyState from "@patternfly/patternfly/components/EmptyState/empty-state.css"; | ||||
| import PFTitle from "@patternfly/patternfly/components/Title/title.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
|  | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFNav from "@patternfly/patternfly/components/Nav/nav.css"; | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { CSSResult, LitElement, css } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { until } from "lit/directives/until"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFNav from "@patternfly/patternfly/components/Nav/nav.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { until } from "lit/directives/until"; | ||||
| import { customElement } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import PFAvatar from "@patternfly/patternfly/components/Avatar/avatar.css"; | ||||
| import PFNav from "@patternfly/patternfly/components/Nav/nav.css"; | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { property } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { property } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| import { CSSResult, LitElement } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { property } from "lit/decorators"; | ||||
| import { property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFBackdrop from "@patternfly/patternfly/components/Backdrop/backdrop.css"; | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| import { CSSResult } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import PFContent from "@patternfly/patternfly/components/Content/content.css"; | ||||
| import PFPage from "@patternfly/patternfly/components/Page/page.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { ifDefined } from "lit/directives/if-defined"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import PFButton from "@patternfly/patternfly/components/Button/button.css"; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { AuthenticatedSession, CoreApi } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { CoreApi, UserConsent } from "@goauthentik/api"; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer