dep: update kernel hash

This commit is contained in:
Derrick Hammer 2023-07-18 09:58:42 -04:00
parent 4a50742ea0
commit 31256eeb88
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let frontendCommunicationPubKey: Uint8Array;
var userKey: Uint8Array;
export const defaultKernelLink =
"zduTNANa64PTCYQ7C3deppQCfcwg75cDTCRdKjWg1C6nWtNrz2PyHLkkcX";
"zduFSV7fLr7GeucUQFgxzq877rmMAbALz19nDHMtBEwz1eoGcKeQt3Lzfh";
export function setLoginComplete(status: boolean) {
loginComplete = status;