Explorar el Código

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

Kelson Vibber hace 3 años
padre
commit
d9b6688e03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mastoapi.c

+ 1 - 0
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"