diff options
author | Kelson Vibber <kelson@pobox.com> | 2023-09-21 01:12:28 +0000 |
---|---|---|
committer | Kelson Vibber <kelson@pobox.com> | 2023-09-21 01:12:28 +0000 |
commit | d9b6688e0307f8f3f3522a1271a9fa54804e788b (patch) | |
tree | 12e8d260a9296b9ec2ab7d9ba1161a0ef349123d /mastoapi.c | |
parent | 03f956b14e34245fc38fd6f8c0a3dc97c374c6f5 (diff) |
Add title to OAuth page for web-based clients like Elk
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ const char *login_page = "" "<!DOCTYPE html>\n" "<html>\n" "<head>\n" +"<title>OAuth Identify: Snac2</title>\n" "<style>:root {color-scheme: light dark}</style>\n" "</head>\n" "<body><h1>%s OAuth identify</h1>\n" |