GauriSP10 / streamlit_login_auth_ui

It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page.
MIT License
178 stars 59 forks source link

in utils.py `check_usr_pass()` can be deleted, because `check_current_passwd()` does the same and is used, while the former not. #11

Open gwangjinkim opened 1 year ago

gwangjinkim commented 1 year ago

I saw in the code that the function check_usr_pass() is never used in widgets.py and duplicates check_current_passwd(). So you could delete it.