refactor: run formatter

This commit is contained in:
Elias Schneider
2024-09-03 22:54:53 +02:00
parent e813da05ae
commit 3d2b978daf
7 changed files with 194 additions and 142 deletions

View File

@@ -20,4 +20,4 @@ import { UserModule } from "../user/user.module";
providers: [AuthService, AuthTotpService, JwtStrategy, LdapService],
exports: [AuthService],
})
export class AuthModule { }
export class AuthModule {}