fix: need to call sendAuthUpdate
This commit is contained in:
parent
4e0021ef23
commit
31cabc6c0a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue