guest mode: only skip splash on first transistion

This commit is contained in:
zefie
2021-08-08 13:16:37 -04:00
parent acd90bc66b
commit be28f6a2be
4 changed files with 5 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ if (ssid_sessions[socket.ssid].data_store.wtvsec_login) {
if (request_headers.query.guest_login) {
send_tellyscript = false;
gourl += "&guest_login=true"
if (request_headers.query.skip_splash) gourl += "&skip_splash=true";
}
headers = "200 OK\n"