Skip to content

Commit

Permalink
fix: Fix description issue for auth configuration. (#168)
Browse files Browse the repository at this point in the history
* Update 01-setup.md

Fixed type in the docs.

* Update 01-setup.md
  • Loading branch information
phashish authored Oct 4, 2024
1 parent f5b4b64 commit ad6683d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/06-concepts/11-authentication/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void run(List<String> args) async {
| **emailSignInFailureResetTime** | The reset period for email sign in attempts. Defaults to 5 minutes.| 5min |
| **userCanEditUserImage** | True if users can update their profile images.| true |
| **userCanEditUserName** | True if users can edit their user names. | true |
| **userCanEditFullName** | True if users can view their user name. | false |
| **userCanEditFullName** | True if users can edit their full name. | false |
| **userCanSeeUserName** | True if users can view their user name. | true |
| **userCanSeeFullName** | True if users can view their full name. | true |
| **enableUserImages** | True if user images are enabled. | true |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void run(List<String> args) async {
| **emailSignInFailureResetTime** | The reset period for email sign in attempts. Defaults to 5 minutes.| 5min |
| **userCanEditUserImage** | True if users can update their profile images.| true |
| **userCanEditUserName** | True if users can edit their user names. | true |
| **userCanEditFullName** | True if users can view their user name. | true |
| **userCanEditFullName** | True if users can edit their full name. | true |
| **userCanSeeUserName** | True if users can view their user name. | true |
| **userCanSeeFullName** | True if users can view their full name. | true |
| **enableUserImages** | True if user images are enabled. | true |
Expand Down

0 comments on commit ad6683d

Please sign in to comment.