diff options
| author | 2024-11-18 14:20:28 +0000 | |
|---|---|---|
| committer | 2024-11-18 14:20:28 +0000 | |
| commit | 5cef1ecc1c3771b01e70e7482562ce186c450122 (patch) | |
| tree | 546e176d0fcd6014033aa35ae00f9a3e8dbe16df | |
| parent | In the insert cmdline op, don't re-add if it's already in the timeline. (diff) | |
| parent | do not autocapitalize "Login: " masto api field (diff) | |
| download | snac2-5cef1ecc1c3771b01e70e7482562ce186c450122.tar.gz snac2-5cef1ecc1c3771b01e70e7482562ce186c450122.tar.xz snac2-5cef1ecc1c3771b01e70e7482562ce186c450122.zip | |
Merge pull request 'do not autocapitalize "Login: " masto api field' (#227) from fkooman/snac2:no-autocapitalize into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/227
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -171,7 +171,7 @@ const char *login_page = "" | |||
| 171 | "<body><h1>%s OAuth identify</h1>\n" | 171 | "<body><h1>%s OAuth identify</h1>\n" |
| 172 | "<div style=\"background-color: red; color: white\">%s</div>\n" | 172 | "<div style=\"background-color: red; color: white\">%s</div>\n" |
| 173 | "<form method=\"post\" action=\"%s:/" "/%s/%s\">\n" | 173 | "<form method=\"post\" action=\"%s:/" "/%s/%s\">\n" |
| 174 | "<p>Login: <input type=\"text\" name=\"login\"></p>\n" | 174 | "<p>Login: <input type=\"text\" name=\"login\" autocapitalize=\"off\"></p>\n" |
| 175 | "<p>Password: <input type=\"password\" name=\"passwd\"></p>\n" | 175 | "<p>Password: <input type=\"password\" name=\"passwd\"></p>\n" |
| 176 | "<input type=\"hidden\" name=\"redir\" value=\"%s\">\n" | 176 | "<input type=\"hidden\" name=\"redir\" value=\"%s\">\n" |
| 177 | "<input type=\"hidden\" name=\"cid\" value=\"%s\">\n" | 177 | "<input type=\"hidden\" name=\"cid\" value=\"%s\">\n" |