mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.37k stars 229 forks source link

Typo in README.md in Authenticate.register_user(): pre-authorization => pre_authorization #160

Closed tigran123 closed 1 month ago

tigran123 commented 1 month ago

The subject says it: in Authenticate.register_user() method documentation the parameter pre_authorization is misspelled as pre-authorization (which is not a valid Python identifier anyway).

Thank you for the excellent Streamlit-Authenticator tool and a very interesting book, which I am now reading.

mkhorasani commented 1 month ago

Hi @tigran123, thank you for bringing this to my attention! I will fix and push it in the next release. You are most welcome, and I'm glad that you find the book interesting. Cheers!