From b9f712504c638e40221b68ac652266e3dbfa3e21 Mon Sep 17 00:00:00 2001 From: Roger Joys Date: Mon, 16 Mar 2026 14:55:12 -0700 Subject: [PATCH] Removed fancy attempt to include user name, put it as a TODO --- app/templates/enroll-success.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/templates/enroll-success.html b/app/templates/enroll-success.html index 1c85b63..e92ef06 100644 --- a/app/templates/enroll-success.html +++ b/app/templates/enroll-success.html @@ -2,8 +2,6 @@ {% block content %}

You're all set!

Your guest WiFi account has been created.

-{% if username %} -

Connect to the guest WiFi and log in as {{ username }}.

-{% endif %} +

Connect to the guest WiFi and use your new username and password to log in.

You can close this window.

{% endblock %} \ No newline at end of file