| 1 | import Koa from "koa"; |
| 2 | import { GlobalVariable } from "mcsmanager-common"; |
| 3 | import { $t } from "../i18n"; |
| 4 | import { getUuidByApiKey, ILLEGAL_ACCESS_KEY, isAjax, logout } from "../service/passport_service"; |
nothing calls this directly
no test coverage detected