fix: Parameters missing in afterFind trigger of authentication adapters (#8458)
This commit is contained in:
@@ -292,7 +292,7 @@ export class UsersRouter extends ClassesRouter {
|
||||
if (authDataResponse) {
|
||||
user.authDataResponse = authDataResponse;
|
||||
}
|
||||
await req.config.authDataManager.runAfterFind(user.authData);
|
||||
await req.config.authDataManager.runAfterFind(req, user.authData);
|
||||
|
||||
return { response: user };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user