fix on polling flow

This commit is contained in:
2025-12-03 23:38:37 +02:00
parent f8bb01fdb0
commit 666257e9ed
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
BASE_URL=https://peakapi.qantra.co.zw/api ; BASE_URL=https://peakapi.qantra.co.zw/api
; BASE_URL=http://192.168.100.26:6950/api ; BASE_URL=http://192.168.100.26:6950/api
; BASE_URL=http://173.212.247.232:6950/api BASE_URL=http://173.212.247.232:6950/api
; BASE_URL=http://10.69.5.201:6950/api ; BASE_URL=http://10.69.5.201:6950/api
; BASE_URL=http://192.168.120.160:6950/api ; BASE_URL=http://192.168.120.160:6950/api
; BASE_URL=http://10.10.2.92:6950/api ; BASE_URL=http://10.10.2.92:6950/api

View File

@@ -38,9 +38,6 @@ class _GatewayRedirectScreenState extends State<GatewayRedirectScreen> {
setState(() { setState(() {
redirected = true; redirected = true;
}); });
// might as well go and poll, just in case customer doesn't come back
context.go("/poll");
} }
@override @override