Change TPIN #1

This commit is contained in:
2025-11-08 11:23:38 +05:30
parent 151140d563
commit 3417c4b0e5
4 changed files with 8 additions and 8 deletions

View File

@@ -69,9 +69,9 @@ Dio _createDioClient() {
final dio = Dio( final dio = Dio(
BaseOptions( BaseOptions(
baseUrl: 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 //'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), connectTimeout: const Duration(seconds: 60),
receiveTimeout: const Duration(seconds: 60), receiveTimeout: const Duration(seconds: 60),
headers: { headers: {

View File

@@ -189,12 +189,12 @@ class _ProfileScreenState extends State<ProfileScreen> {
); );
}, },
), ),
// ListTile( ListTile(
// leading: const Icon(Icons.password), leading: const Icon(Icons.password),
// title: const Text("Manage TPIN"), title: const Text("Change TPIN"),
// onTap: () async { onTap: () async {
// }, },
// ), ),
// ListTile( // ListTile(
// leading: const Icon(Icons.password), // leading: const Icon(Icons.password),
// title: const Text("Change Login MPIN"), // title: const Text("Change Login MPIN"),