Commit 553df8d
authored
Fix login flow in the databricks-cli-check by removing trailing slashes from the URL (#1700)
## Changes
"databricks auth login" specifically doesn't like trailing slashes in
the URL. Bundle commands normilize the host internally and don't have
this problem.
## Tests
Manual and existing e2e tests1 parent 9d46b75 commit 553df8d
File tree
1 file changed
+2
-1
lines changed- packages/databricks-vscode/src/configuration/auth
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments