diff options
author | Louis Brauer <louis@openbooking.ch> | 2024-05-31 01:28:20 +0200 |
---|---|---|
committer | Louis Brauer <louis@openbooking.ch> | 2024-05-31 01:28:20 +0200 |
commit | 7e0ac64b856d6efa93cdbdd2359ee500863c6ef8 (patch) | |
tree | 8a53bd9afbf4c85c05be98830890e45925871f41 | |
parent | af8f1ef273e457318cb48f198e73c59e57373723 (diff) |
Make Oauth login page actually readable on mobile devices
-rw-r--r-- | mastoapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ const char *login_page = "" "<html>\n" "<head>\n" "<title>%s OAuth - Snac2</title>\n" +"<meta content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\" name=\"viewport\">" "<style>:root {color-scheme: light dark}</style>\n" "</head>\n" "<body><h1>%s OAuth identify</h1>\n" |