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