fix: need to call sendAuthUpdate
This commit is contained in:
parent
4e0021ef23
commit
31cabc6c0a
|
@ -62,6 +62,7 @@ export async function boot() {
|
||||||
await testIndexedDBSupport();
|
await testIndexedDBSupport();
|
||||||
} catch {
|
} catch {
|
||||||
setKernelLoaded("indexeddb_error");
|
setKernelLoaded("indexeddb_error");
|
||||||
|
sendAuthUpdate();
|
||||||
logErr("indexed db is not supported or is blocked");
|
logErr("indexed db is not supported or is blocked");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue