mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
add built state and skip auth cookie if not signed in for local calls
This commit is contained in:
@@ -171,6 +171,10 @@ export class ModuleManager {
|
||||
}
|
||||
}
|
||||
|
||||
isBuilt(): boolean {
|
||||
return this._built;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is set through module's setListener
|
||||
* It's called everytime a module's config is updated in SchemaObject
|
||||
|
||||
Reference in New Issue
Block a user