This repository was archived by the owner on Jul 14, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork121
Commit31a3f39
committed
FIX: do not attempt to fetch user JSON if URL is not set
It is a configuration error to set oauth2_fetch_user_details to true but leave oauth2_user_json_url empty.Before, this resulted in an unhandled exception in core. Now it is checked here.1 parent05cefd5 commit31a3f39
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments
Comments
(0)