fix(server): sending emails on reset password and registration

This commit is contained in:
Ahmed Bouhuolia
2023-06-19 15:36:18 +02:00
parent 706694c768
commit 877a57043a
13 changed files with 25 additions and 1048 deletions

View File

@@ -4,7 +4,7 @@ import events from '@/subscribers/events';
@Service()
export default class AuthenticationSubscriber {
@Inject('agenda')
agenda: any;
private agenda: any;
/**
* Attaches events with handlers.