diff --git a/src/App.tsx b/src/App.tsx index 67be870..68f3ed4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -200,7 +200,7 @@ export default function App() { setStatus("validating key..."); setIsRevoked(false); try { - const hwid = await tryInvoke("get_hwid") || "UNKNOWN"; + const hwid = await tryInvoke("get_hwid") || "UNKNOWN-HWID"; const res = await tryInvoke("validate_key", { key: keyToTry.trim(), hwid }); if (res && res.status === "valid") {