fix: return getLogoutComplete call not function

This commit is contained in:
Derrick Hammer 2023-07-18 06:46:48 -04:00
parent 4b4f0c163c
commit 017a71e942
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export function sendAuthUpdate() {
data: {
loginComplete: getLoginComplete(),
kernelLoaded: getKernelLoaded(),
logoutComplete: getLogoutComplete,
logoutComplete: getLogoutComplete(),
},
},
"*",