fix : number of captchaKey
This commit is contained in:
@@ -61,7 +61,6 @@ class CaptchaWidget extends GetView<CaptchaWidgetLogic> {
|
||||
? clearButton(() => controller.textController.value.clear())
|
||||
: null,
|
||||
|
||||
onSubmitted: (data) {},
|
||||
validator: (value) {
|
||||
if (value == null || value.isEmpty) {
|
||||
return 'کد امنیتی را وارد کنید';
|
||||
|
||||
Reference in New Issue
Block a user