auto-commit for 375eba51-e7df-4b1c-8f53-82b67bb4e538

This commit is contained in:
emergent-agent-e1
2025-11-09 08:17:38 +00:00
parent 87f6b7c760
commit 21fdc1fd86
+2 -2
View File
@@ -168,13 +168,13 @@ export default function SettingsScreen({ navigation }: any) {
/>
<SettingItem
icon="key"
title="Change Password"
title={i18n.t('changePassword')}
subtitle="Update your password"
onPress={() => navigation.navigate('ChangePassword')}
/>
<SettingItem
icon="shield-checkmark"
title="Two-Factor Authentication"
title={i18n.t('twoFactorAuth')}
subtitle="Add extra security"
onPress={() => Alert.alert('Coming Soon', '2FA feature will be available in the next update')}
/>