rewrite
This commit is contained in:
@@ -83,7 +83,7 @@ def login():
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"[AUTH] Login error: {e}", flush=True)
|
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'])
|
@auth_bp.route('/logout', methods=['GET', 'POST'])
|
||||||
|
|||||||
Reference in New Issue
Block a user