Commit fa328a2
committed
fix: restore default fallbacks for client credentials in example
The test suite imports the example without env vars set. Removing the
fallback defaults caused ClientSecret to receive None, failing the
client_id validation.1 parent 5e99265 commit fa328a2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments