Commit 54a0086
authored
fix: handle server side default for security token (#53)
It turns out that if you leave the value unset, the server will generate
one for you.
We need to mark it computed to accept the value.
We should also allow the old behaviour of setting an emtpy string.
I ran the acceptance tests locally and they finally passed.1 parent 5645140 commit 54a0086
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
311 | 312 | | |
312 | 313 | | |
| 314 | + | |
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments