dep: update defaultKernelLink

This commit is contained in:
Derrick Hammer 2023-07-18 08:58:44 -04:00
parent cbc864c950
commit e0ca3c71b7
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 =
"RAC1FocOb2bQw6uwjN0AX__MJ8F-h71F5kvIgQPTKo7fQA";
"zduTNANa64PTCYQ7C3deppQCfcwg75cDTCRdKjWg1C6nWtNrz2PyHLkkcX";
export function setLoginComplete(status: boolean) {
loginComplete = status;