📕 Authentication
✨ Version 0.0.3
#8105fdb refactor(authentication): update AuthContextProps type description
Updated the comment for the AuthContextProps
type to provide a clearer explanation of its intended purpose. The new description focuses on the use of properties to store authentication-related state, replacing the previous note about generic parameter usage for onLogin
. This clarification aims to enhance maintainability and comprehensibility of the code for future developers.