Skip to content

Commit 7b0c6be

Browse files
authored
Update README.md
1 parent 6c761ca commit 7b0c6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import streamlit_authenticator as stauth
5555
* Enter a name, random key, and number of days to expiry, for a re-authentication cookie that will be stored on the client's browser to enable password-less re-authentication. If you do not require re-authentication, you may set the number of days to expiry to 0.
5656
* Define an optional list of pre-authorized emails of users who are allowed to register and add their credentials to the config file using the **register_user** widget.
5757
* Add the optional configuration parameters for OAuth2 if you wish to use the **experimental_guest_login** button.
58-
* **_Please remember to update the config file (as shown in step 13) anytime the contents are updated or after using any of the widgets._**
58+
* **_Please remember to update the config file (as shown in step 13) whenever the contents are updated or after using any of the widgets or buttons._**
5959

6060
```python
6161
cookie:
@@ -484,7 +484,7 @@ if st.session_state['authentication_status']:
484484

485485
### 13. Updating the config file
486486

487-
* Please ensure that the config file is re-saved anytime the contents are updated or after using any of the widgets.
487+
* Please ensure that the config file is re-saved whenever the contents are updated or after using any of the widgets or buttons.
488488

489489
```python
490490
with open('../config.yaml', 'w') as file:

0 commit comments

Comments
 (0)