Skip to content

fix: don't prefill login server URL with a hardcoded default#83

Merged
klay2000 merged 1 commit into
mainfrom
fix-default-server-url
Jun 15, 2026
Merged

fix: don't prefill login server URL with a hardcoded default#83
klay2000 merged 1 commit into
mainfrom
fix-default-server-url

Conversation

@klay2000

Copy link
Copy Markdown
Owner

Summary

  • The login form's Server URL field was pre-filled with the dev box's actual IP (http://10.0.0.10:4747), so a fresh user would silently target that server unless they noticed and cleared it.
  • Now it's just a placeholder; the field starts empty (or with the user's last-used server, if any).

Test plan

  • Clear localStorage / use a fresh profile, open the login page, confirm the Server URL field is empty with "http://10.0.0.10:4747" shown as greyed-out placeholder text

The dev server's IP was pre-filled as the actual value, so a new user
would silently connect to someone else's server unless they noticed and
cleared it. Show it as a placeholder instead.
@klay2000 klay2000 merged commit 37bf092 into main Jun 15, 2026
1 check passed
@klay2000 klay2000 deleted the fix-default-server-url branch June 15, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant