updating user grp to 41 in otp page
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user