updated event controllers and service event mtach tested
This commit is contained in:
@@ -5,8 +5,8 @@ import {
|
||||
UnauthorizedException,
|
||||
} from '@nestjs/common';
|
||||
import { userChangePasswordValidator } from './dtoValidator';
|
||||
import { RedisHandlers } from '@/src/utils/auth/redisHandlers';
|
||||
import { PasswordHandlers } from '@/src/utils/auth/loginHandler';
|
||||
import { RedisHandlers } from '@/src/utils/store/redisHandlers';
|
||||
import { PasswordHandlers } from '@/src/utils/store/loginHandler';
|
||||
|
||||
@Injectable()
|
||||
export class ChangePasswordService {
|
||||
|
||||
Reference in New Issue
Block a user