commit d9b6688e0307f8f3f3522a1271a9fa54804e788b
parent 03f956b14e34245fc38fd6f8c0a3dc97c374c6f5
Author: Kelson Vibber <kelson@pobox.com>
Date: Thu, 21 Sep 2023 01:12:28 +0000
Add title to OAuth page for web-based clients like Elk
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"