mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 14:54:57 +00:00
fix(gateway): remove unused device auth import
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
import { randomUUID } from "node:crypto";
|
import { randomUUID } from "node:crypto";
|
||||||
import { WebSocket, type ClientOptions, type CertMeta } from "ws";
|
import { WebSocket, type ClientOptions, type CertMeta } from "ws";
|
||||||
import type { DeviceIdentity } from "../infra/device-identity.js";
|
import type { DeviceIdentity } from "../infra/device-identity.js";
|
||||||
import {
|
import { loadDeviceAuthToken, storeDeviceAuthToken } from "../infra/device-auth-store.js";
|
||||||
clearDeviceAuthToken,
|
|
||||||
loadDeviceAuthToken,
|
|
||||||
storeDeviceAuthToken,
|
|
||||||
} from "../infra/device-auth-store.js";
|
|
||||||
import {
|
import {
|
||||||
loadOrCreateDeviceIdentity,
|
loadOrCreateDeviceIdentity,
|
||||||
publicKeyRawBase64UrlFromPem,
|
publicKeyRawBase64UrlFromPem,
|
||||||
|
|||||||
Reference in New Issue
Block a user