chore: add 2fa

This commit is contained in:
mahyargdz
2025-07-27 10:24:23 +03:30
parent cfc05d89b6
commit 7cee095149
10 changed files with 411 additions and 84 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ async function bootstrap() {
app.useGlobalInterceptors(new ResponseInterceptor(), new PaginationInterceptor());
app.useGlobalFilters(new MailServerExceptionFilter(), new HttpExceptionFilter());
app.useGlobalFilters(new HttpExceptionFilter(), new MailServerExceptionFilter());
app.enableCors({
origin: true,