Initial commit

This commit is contained in:
payacom
2026-07-07 13:52:30 +03:30
parent 2c6d8a4434
commit 29d5830d54
511 changed files with 6 additions and 13 deletions

View File

@@ -26,7 +26,6 @@ module.exports = async (req, res, next) => {
const user = await UserModel.findById(decodedToken.id)
if (!user.user_name ||
!user.first_name ||
!user.last_name ||
!user.password) {
return res.status(403).send({
status: 'error',