diff --git a/server/pages/account/devices.vue b/server/pages/account/devices.vue index ec0ee3ed..3894541c 100644 --- a/server/pages/account/devices.vue +++ b/server/pages/account/devices.vue @@ -93,6 +93,7 @@ import { CheckIcon } from "@heroicons/vue/24/outline"; import { DateTime } from "luxon"; +// @ts-ignore pending https://github.com/nitrojs/nitro/issues/2758 const clients = ref(await $dropFetch("/api/v1/user/client")); async function revokeClient(id: string) {