Commit eca3a91
committed
fix(spp_dci_client): show bearer token field in data source form
The data source model enforces a constraint requiring bearer_token when
auth_type is 'bearer', but the form view only rendered the OAuth2 fields.
Selecting 'Bearer Token' left no input to set the credential. Add the
bearer_token field gated on auth_type == 'bearer', mirroring the OAuth2
field layout.1 parent 7b5de7e commit eca3a91
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
123 | 129 | | |
124 | 130 | | |
125 | 131 | | |
| |||
0 commit comments