fix : number of captchaKey
This commit is contained in:
@@ -30,7 +30,7 @@ class CaptchaWidgetLogic extends GetxController with StateMixin<CaptchaResponseM
|
||||
change(null, status: RxStatus.loading());
|
||||
textController.value.clear();
|
||||
await Future.delayed(Duration(milliseconds: 800));
|
||||
captchaKey.value = (random.nextInt(999999)+100000).toString();
|
||||
captchaKey.value = (random.nextInt(900000)+100000).toString();
|
||||
change(value, status: RxStatus.success());
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user