From f2eac13861f605cce5049857cd9f27ce0194e390 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 16 Sep 2026 08:44:25 +0000 Subject: [PATCH] Update lib/screens/sign_up_screen/SignUpService.dart --- lib/screens/sign_up_screen/SignUpService.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/screens/sign_up_screen/SignUpService.dart b/lib/screens/sign_up_screen/SignUpService.dart index ce66627..f3e21e8 100644 --- a/lib/screens/sign_up_screen/SignUpService.dart +++ b/lib/screens/sign_up_screen/SignUpService.dart @@ -83,7 +83,6 @@ class SignUpApiService { Future createuser(String token, Map entity) async { try { print("in post api...$entity"); - dio.options.headers['Authorization'] = 'Bearer $token'; await dio.post('$baseUrl/token/addOneAppUser', data: entity); print(entity); } catch (e) {