diff options
| -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" |