Initial commit - FastAPI guest portal with Authentik OIDC, UniFi integration, and branding assets
This commit is contained in:
9
app/templates/success.html
Normal file
9
app/templates/success.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>You're connected!</h1>
|
||||
<p>Welcome to {{ site.name }} Guest WiFi.</p>
|
||||
<p>Your device has been authorized for <strong>{{ duration_hours }} hours</strong>.</p>
|
||||
{% if original_url %}
|
||||
<a class="btn" href="{{ original_url }}">Continue Browsing</a>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user