fix: need to call sendAuthUpdate

This commit is contained in:
Derrick Hammer 2023-11-04 03:34:46 -04:00
parent 4e0021ef23
commit 31cabc6c0a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export async function boot() {
await testIndexedDBSupport();
} catch {
setKernelLoaded("indexeddb_error");
sendAuthUpdate();
logErr("indexed db is not supported or is blocked");
return;
}