diff options
| -rw-r--r-- | mastoapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -152,6 +152,7 @@ const char *login_page = "" | |||
| 152 | "<html>\n" | 152 | "<html>\n" |
| 153 | "<head>\n" | 153 | "<head>\n" |
| 154 | "<title>%s OAuth - Snac2</title>\n" | 154 | "<title>%s OAuth - Snac2</title>\n" |
| 155 | "<meta content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\" name=\"viewport\">" | ||
| 155 | "<style>:root {color-scheme: light dark}</style>\n" | 156 | "<style>:root {color-scheme: light dark}</style>\n" |
| 156 | "</head>\n" | 157 | "</head>\n" |
| 157 | "<body><h1>%s OAuth identify</h1>\n" | 158 | "<body><h1>%s OAuth identify</h1>\n" |