mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix(auth): ws auth issue (#6209)
This commit is contained in:
parent
075b1f0c88
commit
dd7c7f641c
@ -127,6 +127,7 @@ export class PluginAuthServer extends Plugin {
|
|||||||
db: this.app.db,
|
db: this.app.db,
|
||||||
cache: this.app.cache,
|
cache: this.app.cache,
|
||||||
logger: this.app.logger,
|
logger: this.app.logger,
|
||||||
|
log: this.app.log,
|
||||||
} as any);
|
} as any);
|
||||||
|
|
||||||
const user = await auth.check();
|
const user = await auth.check();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user