Updated redirect after login to attendance report page

This commit is contained in:
2025-12-02 09:27:49 -05:00
parent 775f163a1a
commit de81e68699
+1 -1
View File
@@ -1628,7 +1628,7 @@ def login():
# Redirect to intended page or dashboard
next_page = request.args.get('next')
return redirect(next_page) if next_page else redirect(url_for('dashboard'))
return redirect(next_page) if next_page else redirect(url_for('attendance_report'))
else:
# Invalid credentials - log failed attempt