05/06 Phase 2: updated and added new files

This commit is contained in:
2026-05-06 17:40:21 -04:00
parent d924e41d9e
commit 8da0c11290
28 changed files with 2113 additions and 35 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ def login():
@admin_auth_bp.route("/dashboard")
@login_required
def dashboard_redirect():
# Phase 2: redirect to analytics/tenants dashboard
flash("Welcome to the Admin Portal. Feature modules coming in Phase 2.", "info")
return render_template("admin/auth/login.html", error=None)
return redirect(url_for("analytics.index"))
@admin_auth_bp.route("/logout")