Commit 47a5f1f0 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se agrego la ruta al manejador de rutas para cambiar de contraseña

parent ce0123d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ export default function Layout() {
                title: "Set Up Profile",
                headerShown: true,
            }}/>
            <Stack.Screen name="change_password" options={{
                title: "Change Password",
                headerShown: true,
            }}/>
        </Stack>
    );
}
 No newline at end of file