*Fix casing
This commit is contained in:
parent
34b132fc54
commit
fa97cba286
|
@ -145,7 +145,7 @@ function bridgeListener(port: any) {
|
|||
|
||||
blockForBootloader.then(() => {
|
||||
port.postMessage({
|
||||
method: "KernelAuthStatus",
|
||||
method: "kernelAuthStatus",
|
||||
data: authStatus,
|
||||
});
|
||||
});
|
||||
|
|
Reference in New Issue