diff options
| author | default <nobody@localhost> | 2024-11-18 15:23:17 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-18 15:23:17 +0100 |
| commit | 41aa022e0d02fa357c400b70d12c876fa1fd137d (patch) | |
| tree | 0c6db036fdc24101cd076adc76f92e895b46ddbc /mastoapi.c | |
| parent | 437829a83376b9094689469d7d4c30eab48f556e (diff) | |
| parent | 5cef1ecc1c3771b01e70e7482562ce186c450122 (diff) | |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ const char *login_page = "" "<body><h1>%s OAuth identify</h1>\n" "<div style=\"background-color: red; color: white\">%s</div>\n" "<form method=\"post\" action=\"%s:/" "/%s/%s\">\n" -"<p>Login: <input type=\"text\" name=\"login\"></p>\n" +"<p>Login: <input type=\"text\" name=\"login\" autocapitalize=\"off\"></p>\n" "<p>Password: <input type=\"password\" name=\"passwd\"></p>\n" "<input type=\"hidden\" name=\"redir\" value=\"%s\">\n" "<input type=\"hidden\" name=\"cid\" value=\"%s\">\n" |