Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-02-13 05:15:33 +00:00
commit 9b94e77d9f

View File

@ -153,6 +153,7 @@ export class PluginAuthServer extends Plugin {
db: this.app.db,
cache: this.app.cache,
logger: this.app.logger,
log: this.app.log,
} as any);
let user: Model;