Update modules/auth.py
Browse files- 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
|
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):
|