Add title to OAuth page for web-based clients like Elk

This commit is contained in:
Kelson Vibber 2023-09-21 01:12:28 +00:00
parent 03f956b14e
commit d9b6688e03

View file

@ -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"