diff --git a/lib/di/injection.dart b/lib/di/injection.dart index 20e6f4c..d28baa4 100644 --- a/lib/di/injection.dart +++ b/lib/di/injection.dart @@ -69,9 +69,9 @@ Dio _createDioClient() { final dio = Dio( BaseOptions( baseUrl: - // 'http://lb-test-mobile-banking-app-192209417.ap-south-1.elb.amazonaws.com:8080', //test + 'http://lb-test-mobile-banking-app-192209417.ap-south-1.elb.amazonaws.com:8080', //test //'http://lb-kccb-mobile-banking-app-848675342.ap-south-1.elb.amazonaws.com', //prod - 'https://kccbmbnk.net', //prod small + //'https://kccbmbnk.net', //prod small connectTimeout: const Duration(seconds: 60), receiveTimeout: const Duration(seconds: 60), headers: { diff --git a/lib/features/profile/profile_screen.dart b/lib/features/profile/profile_screen.dart index 8d50855..0d56ec5 100644 --- a/lib/features/profile/profile_screen.dart +++ b/lib/features/profile/profile_screen.dart @@ -189,12 +189,12 @@ class _ProfileScreenState extends State { ); }, ), - // ListTile( - // leading: const Icon(Icons.password), - // title: const Text("Manage TPIN"), - // onTap: () async { - // }, - // ), + ListTile( + leading: const Icon(Icons.password), + title: const Text("Change TPIN"), + onTap: () async { + }, + ), // ListTile( // leading: const Icon(Icons.password), // title: const Text("Change Login MPIN"), diff --git a/lib/features/profile/tpin/change_tpin_otp_screen.dart b/lib/features/profile/tpin/change_tpin_otp_screen.dart new file mode 100644 index 0000000..e69de29 diff --git a/lib/features/profile/tpin/change_tpin_screen.dart b/lib/features/profile/tpin/change_tpin_screen.dart new file mode 100644 index 0000000..e69de29