Test APK without sim binding
This commit is contained in:
@@ -74,7 +74,7 @@ class SecuritySettingsScreen extends StatelessWidget {
|
||||
margin: const EdgeInsets.only(bottom: 10),
|
||||
child: ListTile(
|
||||
leading: const Icon(Icons.password),
|
||||
title: const Text('Change TPIN'),
|
||||
title: Text(AppLocalizations.of(context).changeTpin),
|
||||
trailing: const Icon(Icons.chevron_right),
|
||||
onTap: () async {
|
||||
final authService = getIt<AuthService>();
|
||||
|
||||
Reference in New Issue
Block a user