more fix and update

This commit is contained in:
lendry
2026-06-24 20:15:19 +03:00
parent dcab6557d3
commit 9727cf3f35
53 changed files with 3479 additions and 494 deletions

View File

@@ -30,6 +30,7 @@ import { NotificationPublisherService } from './infra/notification-publisher.ser
import { MinioService } from './infra/minio.service';
import { LdapClientService } from './infra/ldap-client.service';
import { MessagingService } from './infra/messaging.service';
import { TotpService } from './domain/totp.service';
@Module({
imports: [
@@ -57,6 +58,7 @@ import { MessagingService } from './infra/messaging.service';
OAuthCoreService,
OtpService,
AdvancedAuthService,
TotpService,
FamilyService,
MediaService,
NotificationsService,