*Fix casing

This commit is contained in:
Derrick Hammer 2022-07-29 19:41:58 -04:00
parent 34b132fc54
commit fa97cba286
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function bridgeListener(port: any) {
blockForBootloader.then(() => {
port.postMessage({
method: "KernelAuthStatus",
method: "kernelAuthStatus",
data: authStatus,
});
});