summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorKelson Vibber <kelson@pobox.com>2023-09-21 01:12:28 +0000
committerKelson Vibber <kelson@pobox.com>2023-09-21 01:12:28 +0000
commitd9b6688e0307f8f3f3522a1271a9fa54804e788b (patch)
tree12e8d260a9296b9ec2ab7d9ba1161a0ef349123d /mastoapi.c
parent03f956b14e34245fc38fd6f8c0a3dc97c374c6f5 (diff)
Add title to OAuth page for web-based clients like Elk
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index e166b2a..8155df5 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -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"