diff --git a/src/app/navigation/AccountNavigator.js b/src/app/navigation/AccountNavigator.js index 20a1c8e..47a0e2f 100644 --- a/src/app/navigation/AccountNavigator.js +++ b/src/app/navigation/AccountNavigator.js @@ -82,7 +82,7 @@ const AccountNavigator = () => ( diff --git a/src/app/navigation/AuthNavigator.js b/src/app/navigation/AuthNavigator.js index 74139dd..96fdd09 100644 --- a/src/app/navigation/AuthNavigator.js +++ b/src/app/navigation/AuthNavigator.js @@ -30,7 +30,7 @@ const AuthNavigator = () => ( diff --git a/src/app/screens/PasswordRecoveryScreen.js b/src/app/screens/PasswordRecoveryScreen.js index 1765373..780f62b 100644 --- a/src/app/screens/PasswordRecoveryScreen.js +++ b/src/app/screens/PasswordRecoveryScreen.js @@ -68,6 +68,7 @@ const validationSchema = Yup.object().shape({ export default function PasswordRecovery({ navigation, route }) { const user = route.params.user; + const title = route.params.title; const [showLoading, setShowLoading] = useState(false); const [confirmatioModalData, setConfirmatioModalData] = useState({ @@ -150,7 +151,7 @@ export default function PasswordRecovery({ navigation, route }) { }} > - Recuperação de senha + {title} Responda à pergunta de segurança, isso ajuda a mostrar que essa conta realmente pertence a você