wisdom #2

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

View File

@@ -23,7 +23,7 @@ class AuthService {
user_email: email,
user_phone: phone,
user_password: hashedPassword,
role_id: 3,
role_id: null,
is_sa: 0,
is_active: 1
});
@@ -33,8 +33,7 @@ class AuthService {
user_fullname: fullname,
user_name: name,
user_email: email,
user_phone: phone,
role_id: 3,
user_phone: phone
};
// generate token pair