login service

This commit is contained in:
counterweight 2025-03-07 15:11:34 +01:00
parent 544a134eb3
commit ba9b4d5ef3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 12 additions and 12 deletions

View file

@ -29,6 +29,8 @@ class ServicesProvider {
const LoginServiceProvider = require('../services/loginService');
const loginService = new LoginServiceProvider({
models,
errors,
nostrService,
invitesService,
}).provide();