updating user grp to 41 in otp page

This commit is contained in:
2026-09-19 03:14:30 +00:00
parent cc4d9491c9
commit 012969ae21
@@ -146,7 +146,7 @@ class _SignUpUserScreenState extends State<SignUpUserScreenNew> {
if (_formKey.currentState!.validate()) {
_formKey.currentState!.save();
formData['usrGrpId'] = 46;
formData['usrGrpId'] = 41;
formData['email'] = emailcontroller.text;
try {
print('send email data is $formData');