5d2d169885
Two places referenced old photoPicker element ID that was removed: 1. connectFromGallery() — switched to window._connectMode flag + galleryInput.click() 2. Connect mode hook IIFE — now hooks both cameraInput and galleryInput via shared hookPicker() helper using window._connectMode instead of DOM attr This was crashing the entire inline script (TypeError on null) ~line 4040, preventing initAuth()/checkAuthGate() from ever running — no login screen.