mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-27 21:37:54 +00:00
auto-commit for 375eba51-e7df-4b1c-8f53-82b67bb4e538
This commit is contained in:
@@ -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')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user