From 3417c4b0e5abec511eb264f18edeaf059505395d Mon Sep 17 00:00:00 2001 From: Nilanjan Chakrabarti Date: Sat, 8 Nov 2025 11:23:38 +0530 Subject: [PATCH] Change TPIN #1 --- lib/di/injection.dart | 4 ++-- lib/features/profile/profile_screen.dart | 12 ++++++------ .../profile/tpin/change_tpin_otp_screen.dart | 0 lib/features/profile/tpin/change_tpin_screen.dart | 0 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 lib/features/profile/tpin/change_tpin_otp_screen.dart create mode 100644 lib/features/profile/tpin/change_tpin_screen.dart 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