AIdeaText commited on
Commit
3bad5bc
1 Parent(s): 336ae0c

Update modules/auth.py

Browse files
Files changed (1) hide show
  1. modules/auth.py +1 -0
modules/auth.py CHANGED
@@ -69,6 +69,7 @@ def register_user(username, password, additional_info=None):
69
  print(f"Error al registrar usuario: {str(e)}")
70
  return False
71
 
 
72
  ################################################################################################################
73
  def authenticate_user(username, password):
74
  """Authenticate a user."""
 
69
  print(f"Error al registrar usuario: {str(e)}")
70
  return False
71
 
72
+
73
  ################################################################################################################
74
  def authenticate_user(username, password):
75
  """Authenticate a user."""