diff --git a/apps/client/src/pages/Settings.tsx b/apps/client/src/pages/Settings.tsx index d8c1bc7..fb76a2d 100644 --- a/apps/client/src/pages/Settings.tsx +++ b/apps/client/src/pages/Settings.tsx @@ -184,12 +184,14 @@ export default function SettingsPage() { onChange={(e) => set('weather_api_key', e.target.value)} placeholder="Your free API key from openweathermap.org" type="password" + autoComplete="new-password" /> set('weather_location', e.target.value)} placeholder="New York, US" + autoComplete="off" />