Fix typo: WEBUI_AUTH_SIGNOUT_REDIRECT_URI -> WEBUI_AUTH_SIGNOUT_REDIRECT_URL

This commit is contained in:
Ramon Egger
2025-09-06 14:07:17 +02:00
parent ca9ab27cbd
commit d9042c4b87

View File

@@ -38,7 +38,7 @@ You cannot have Microsoft **and** Google as providers simultaneously.
| `OAUTH_MERGE_ACCOUNTS_BY_EMAIL` | `false` | Merge OAuth logins based on matching email (⚠️ caution: can be insecure if provider doesn't verify emails). |
| `OAUTH_UPDATE_PICTURE_ON_LOGIN` | `true` | Update user profile pictures from OAuth provider with each login. |
| `OAUTH_PICTURE_CLAIM` | `picture` | Field in the claim containing the profile picture. Set to empty string to disable picture updates (users receive default icon). |
| `WEBUI_AUTH_SIGNOUT_REDIRECT_URI` | *empty* | Redirect users to this URL after signout. E.g., `https://your-company.com/logout-success` |
| `WEBUI_AUTH_SIGNOUT_REDIRECT_URL` | *empty* | Redirect users to this URL after signout. E.g., `https://your-company.com/logout-success` |
### Google