web/admin: fix linting errors

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-30 23:18:07 +02:00
parent c0cfd75a2e
commit f9382ed32e
4 changed files with 4 additions and 15 deletions

View File

@ -12,7 +12,6 @@ import { Table, TableColumn } from "../../../elements/table/Table";
import { PAGE_SIZE } from "../../../constants";
import { CoreApi, Token } from "authentik-api";
import { DEFAULT_CONFIG } from "../../../api/Config";
import { AdminURLManager } from "../../../api/legacy";
import "./UserTokenForm";
@customElement("ak-user-token-list")