From 7616bfa68e1136ab454bd2928837cccabd014044 Mon Sep 17 00:00:00 2001 From: Roger Joys Date: Sun, 15 Mar 2026 18:33:29 -0700 Subject: [PATCH] Changed Success UX --- app/templates/success.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/templates/success.html b/app/templates/success.html index f7d9dac..466f9e6 100644 --- a/app/templates/success.html +++ b/app/templates/success.html @@ -3,7 +3,17 @@

You're connected!

Welcome to {{ site.name }} Guest WiFi.

Your device has been authorized for {{ duration_hours }} hours.

-{% if original_url %} -Continue Browsing -{% endif %} +

This window will close in 15 seconds...

+ {% endblock %}