wisdom #2

Merged
yogiedigital merged 126 commits from wisdom into main 2025-10-20 03:26:33 +00:00
Showing only changes of commit bf9cdf5eeb - Show all commits

View File

@@ -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 = {