05/06 Phase 2: updated and added new files
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user