diff options
| author | 2024-03-09 14:37:54 +0000 | |
|---|---|---|
| committer | 2024-03-09 14:37:54 +0000 | |
| commit | 7312f4ce51100d4ed98988cb3af0ab06e4fba53c (patch) | |
| tree | b9fe2c67d8d98605d5376bbad6ffe87ef29c1990 /mastoapi.c | |
| parent | Replaced all xs_dict_iter() with xs_dict_next(). (diff) | |
| download | penes-snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.tar.gz penes-snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.tar.xz penes-snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.zip | |
Ability to federate with hidden networks #93 (update for v2.49)
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -156,7 +156,7 @@ const char *login_page = "" | |||
| 156 | "</head>\n" | 156 | "</head>\n" |
| 157 | "<body><h1>%s OAuth identify</h1>\n" | 157 | "<body><h1>%s OAuth identify</h1>\n" |
| 158 | "<div style=\"background-color: red; color: white\">%s</div>\n" | 158 | "<div style=\"background-color: red; color: white\">%s</div>\n" |
| 159 | "<form method=\"post\" action=\"https:/" "/%s/%s\">\n" | 159 | "<form method=\"post\" action=\"http:/" "/%s/%s\">\n" |
| 160 | "<p>Login: <input type=\"text\" name=\"login\"></p>\n" | 160 | "<p>Login: <input type=\"text\" name=\"login\"></p>\n" |
| 161 | "<p>Password: <input type=\"password\" name=\"passwd\"></p>\n" | 161 | "<p>Password: <input type=\"password\" name=\"passwd\"></p>\n" |
| 162 | "<input type=\"hidden\" name=\"redir\" value=\"%s\">\n" | 162 | "<input type=\"hidden\" name=\"redir\" value=\"%s\">\n" |