fix(auth): ws auth issue (#6209)

This commit is contained in:
YANG QIA 2025-02-13 13:15:08 +08:00 committed by GitHub
parent 075b1f0c88
commit dd7c7f641c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,7 @@ export class PluginAuthServer extends Plugin {
db: this.app.db,
cache: this.app.cache,
logger: this.app.logger,
log: this.app.log,
} as any);
const user = await auth.check();