8-17/1
This commit is contained in:
@@ -62,9 +62,9 @@ class RegisterController extends GetxController {
|
||||
'token': verfyCode.text,
|
||||
});
|
||||
|
||||
// if (jsondecod['status'] == 'success') {
|
||||
Get.offAll(() => const MapPage());
|
||||
// }
|
||||
if (jsonDecode(res)['status'] == 'success') {
|
||||
Get.offAll(() => const MapPage());
|
||||
}
|
||||
}
|
||||
|
||||
void register() async {
|
||||
|
||||
Reference in New Issue
Block a user