Skip to content

Commit

Permalink
Prettier Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinierCC committed Feb 11, 2025
1 parent 7f5a4fc commit 9aa0a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/devhub/aksAutomatedDeployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function checkAndAuthenticateWithGitHub(
): Promise<string | undefined> {
try {
const parameters: GitHubOAuthCallRequest = {
redirectUrl: "vscode://ms-kubernetes-tools.vscode-aks-tools/callback", //After GitHub redirects to DevHub with token, DevHub will redirect the user back to the extension. Causing the flow to continue.
redirectUrl: "vscode://ms-kubernetes-tools.vscode-aks-tools/callback", //After GitHub redirects to DevHub with token, DevHub will redirect the user back to the extension. Causing the flow to continue.
};
const properOptionsWithCallback: GitHubOAuthOptionalParams = { parameters };
client.listGitHubOAuth(location, properOptionsWithCallback);
Expand Down

0 comments on commit 9aa0a05

Please sign in to comment.