AIdeaText commited on
Commit
0b93878
1 Parent(s): 74ac7c0

Update modules/auth.py

Browse files
Files changed (1) hide show
  1. modules/auth.py +1 -1
modules/auth.py CHANGED
@@ -1,7 +1,7 @@
1
  # /modules/auth.py
2
  import streamlit as st
3
  import pymssql
4
- from app import get_db_connection
5
 
6
  # Función para registrar un nuevo usuario
7
  def register_user(username, password, role):
 
1
  # /modules/auth.py
2
  import streamlit as st
3
  import pymssql
4
+ from modules.db_connection import get_db_connection
5
 
6
  # Función para registrar un nuevo usuario
7
  def register_user(username, password, role):