Commit 6958c25
committed
fix: update Auth LSP before anything else
The Auth LSP complains if we set the developer profile before setting
the bearer token, because it assumes we should not be setting a profile
if a token does not exist.
So to fix this, we first ensure the server is updated with the token.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent 33a5736 commit 6958c25
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
260 | 262 | | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
264 | | - | |
265 | 266 | | |
266 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
270 | | - | |
271 | | - | |
272 | 274 | | |
273 | 275 | | |
274 | 276 | | |
| |||
0 commit comments