mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
Add title to OAuth page for web-based clients like Elk
This commit is contained in:
parent
03f956b14e
commit
d9b6688e03
1 changed files with 1 additions and 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"
|
||||
|
|
Loading…
Reference in a new issue