diff --git a/streamlit_authenticator/views/authentication_view.py b/streamlit_authenticator/views/authentication_view.py index 0aea1b67..a185bae2 100644 --- a/streamlit_authenticator/views/authentication_view.py +++ b/streamlit_authenticator/views/authentication_view.py @@ -41,7 +41,7 @@ def __init__( validator: Optional[Validator] = None, auto_hash: bool = True, api_key: Optional[str] = None, - **kwargs: Optional[Dict[str, Any]] + **kwargs: Any ) -> None: """ Initializes an instance of Authenticate.