Merge pull request #160 from Louden7/main

fixed mismatched header size (3 to 4) for ENABLE_LOGIN_FORM
This commit is contained in:
Justin Hayes 2024-07-30 11:35:57 -04:00 committed by GitHub
commit a7b2b0e5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ Here is a list of supported environment variables used by `backend/config.py` in
- Default: `True`
- Description: Toggles user account creation.
### `ENABLE_LOGIN_FORM`
#### `ENABLE_LOGIN_FORM`
- Default: `True`
- Description: Toggles email, password, sign in and "or" (only when `ENABLE_OAUTH_SIGNUP` is set to true) elements.