From bf9cdf5eeb4b6b5f039cc4d542cd8273fea6e37e Mon Sep 17 00:00:00 2001 From: Antony Kurniawan Date: Thu, 16 Oct 2025 07:53:50 +0700 Subject: [PATCH] add: props register --- services/auth.service.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/auth.service.js b/services/auth.service.js index 3027da7..44b5948 100644 --- a/services/auth.service.js +++ b/services/auth.service.js @@ -29,6 +29,9 @@ class AuthService { user_email: data.user_email, user_phone: data.user_phone, user_password: hashedPassword, + is_sa: 0, + is_active: 1, + is_approve: 1, }); const newUser = {