futranbg commited on
Commit
b8cf926
·
verified ·
1 Parent(s): 60c55fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ def get_users(): # Đổi tên hàm thành get_users cho rõ ràng
251
  return render_template('users.html', users=users_list)
252
 
253
  @app.route('/login', methods=['GET', 'POST'])
254
- @require_page_password # Vẫn bảo vệ việc truy cập vào trang này bằng PAGE_PASSWORD
255
  def login():
256
  """Xác thực người dùng bằng email và mật khẩu."""
257
  if request.method == 'POST':
 
251
  return render_template('users.html', users=users_list)
252
 
253
  @app.route('/login', methods=['GET', 'POST'])
254
+ #@require_page_password # Vẫn bảo vệ việc truy cập vào trang này bằng PAGE_PASSWORD
255
  def login():
256
  """Xác thực người dùng bằng email và mật khẩu."""
257
  if request.method == 'POST':