fix:
1-bottom sheet 2- on tap location 3- swipe widget
This commit is contained in:
@@ -234,8 +234,7 @@ class AuthWithUseAndPassPage extends GetView<AuthWithUseAndPassLogic> {
|
||||
RElevated(
|
||||
text: 'ورود',
|
||||
onPressed: () {
|
||||
di.get<Logger>().t(data.value.currentState?.validate());
|
||||
di.get<Logger>().t(controller.captchaController.validate());
|
||||
|
||||
if (data.value.currentState?.validate() == true &&
|
||||
controller.captchaController.validate()) {
|
||||
Get.toNamed(SupervisionRoutes.supervision);
|
||||
|
||||
Reference in New Issue
Block a user