This commit is contained in:
Mateusz Gruszczyński
2025-11-04 10:36:57 +01:00
parent 84759f9508
commit 762e51f886

View File

@@ -83,7 +83,7 @@ def login():
except Exception as e:
logger.error(f"[AUTH] Login error: {e}", flush=True)
return render_template('auth/login.html', error='Login error'), 500
return render_template('login.html', error='Login error'), 500
@auth_bp.route('/logout', methods=['GET', 'POST'])