diff --git a/src/auth/services/user-auth.service.ts b/src/auth/services/user-auth.service.ts index e74967d..a514c1c 100644 --- a/src/auth/services/user-auth.service.ts +++ b/src/auth/services/user-auth.service.ts @@ -18,7 +18,6 @@ import { EmailService } from '../../../libs/common/src/util/email.service'; import { OtpType } from '../../../libs/common/src/constants/otp-type.enum'; import { UserEntity } from '../../../libs/common/src/modules/user/entities/user.entity'; import * as argon2 from 'argon2'; -import { RoleType } from '@app/common/constants/role.type.enum'; @Injectable() export class UserAuthService {