Skip to content

Commit c4c25fb

Browse files
authored
Fix new profile sign in using already existing host under different profile (#1893)
## Changes Fix new profile sign in using already existing host under different profile ## Tests Manually
1 parent 3e44ab7 commit c4c25fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/databricks-vscode/src/configuration/LoginWizard.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ export class LoginWizard {
311311
authProvider = new DatabricksCliAuthProvider(
312312
this.state.host!,
313313
this.cliWrapper.cliPath,
314-
this.cliWrapper
314+
this.cliWrapper,
315+
profileName
315316
);
316317
break;
317318

0 commit comments

Comments
 (0)