🏗️ reconstruct all system in user module

This commit is contained in:
Rafi Arrafif
2025-07-16 23:42:13 +07:00
parent 558891ade7
commit 29b76fb91a
25 changed files with 85 additions and 548 deletions

View File

@ -1,5 +1,5 @@
import bcrypt from "bcrypt";
import { findUserByEmailOrUsernameService } from "../../user/services/findUserByEmailOrUsername.service";
import { findUserByEmailOrUsernameService } from "../../user/services/getUserData.service";
import { LoginWithPasswordRequest } from "../auth.types";
import { AppError } from "../../../helpers/error/instances/app";
import { UserHeaderInformation } from "../../../helpers/http/userHeader/getUserHeaderInformation/types";