diff --git a/app/(tabs)/modes/image.tsx b/app/(tabs)/modes/image.tsx index fecfd66..9d05ae3 100644 --- a/app/(tabs)/modes/image.tsx +++ b/app/(tabs)/modes/image.tsx @@ -19,7 +19,7 @@ export default function ImageScreen() { return ( - Image Mode + Bildschirm für Bildauswahl diff --git a/src/components/ChangePasswordModal.tsx b/src/components/ChangePasswordModal.tsx index cf4c386..c383272 100644 --- a/src/components/ChangePasswordModal.tsx +++ b/src/components/ChangePasswordModal.tsx @@ -29,7 +29,6 @@ export default function ChangePasswordModal() { setApiResponse(response); if (response.success) { // add something here - console.log("Password changed successfully"); setPassword(""); setConfirmPassword(""); }