diff --git a/APPLE_REVIEW_RESPONSE.md b/APPLE_REVIEW_RESPONSE.md index e8374af..5d95cea 100644 --- a/APPLE_REVIEW_RESPONSE.md +++ b/APPLE_REVIEW_RESPONSE.md @@ -78,27 +78,61 @@ The paid digital content, services, or subscriptions included in or accessed by --- -### Fix #2: Account Creation Button +### ✅ Fix #2: Account Creation Button (Login Screen Cleanup) -**Date Fixed:** [PENDING] +**Date Fixed:** January 12, 2026 **Changes Made:** -- [TO BE FILLED AFTER INVESTIGATION & FIX] +- Removed "Create Account" button from login screen footer (not functional, not needed) +- Removed "Forgot Password" button from login screen (not needed for initial release) +- Replaced text-based logo with actual app logo image (`icon.png`) +- Cleaned up login screen to focus on core functionality **Technical Details:** -- [TO BE FILLED AFTER IMPLEMENTATION] +- File modified: `app/(auth)/login.tsx` +- Removed footer section containing "Create Account" and "Sign Up" link (lines 123-128) +- Removed "Forgot Password" TouchableOpacity (lines 109-111) +- Changed logo from `WellNuo` to ` {/* Logo / Header */} - - WellNuo - + Welcome Back Sign in to continue monitoring your loved ones @@ -106,27 +108,16 @@ export default function LoginScreen() { returnKeyType="done" /> - - Forgot Password? - -