*Fix bad casing

This commit is contained in:
Derrick Hammer 2022-07-29 08:06:11 -04:00
parent bfafa85a13
commit 34b132fc54
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function handleKernelMessage(event: MessageEvent) {
return;
}
if (event.data.method === "KernelAuthStatus") {
if (event.data.method === "kernelAuthStatus") {
authStatus = data;
if (authStatusKnown === false) {
authStatusResolve();