Skip to content

Commit dcd1857

Browse files
authored
Update README.md
1 parent 38f58f9 commit dcd1857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ if st.session_state['authentication_status']:
490490
with open('../config.yaml', 'w') as file:
491491
yaml.dump(config, file, default_flow_style=False)
492492
```
493-
493+
* Please note that this step is not required if you are providing the config file as a path to the **Authenticate** class.
494+
494495
## License
495496

496497
This project is proprietary software. The use of this software is governed by the terms specified in the [LICENSE](https://github.com/mkhorasani/Streamlit-Authenticator/blob/main/LICENSE) file. Unauthorized copying, modification, or distribution of this software is prohibited.

0 commit comments

Comments
 (0)