mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 13:03:42 +00:00
clean up
This commit is contained in:
parent
1871962e2e
commit
fb648bb158
1 changed files with 0 additions and 7 deletions
|
|
@ -226,10 +226,3 @@ export async function loginGitHubCopilot(options: {
|
|||
);
|
||||
return await refreshGitHubCopilotToken(githubAccessToken, enterpriseDomain ?? undefined);
|
||||
}
|
||||
|
||||
export async function exchangeGitHubTokenForCopilotCredentials(options: {
|
||||
githubToken: string;
|
||||
enterpriseDomain?: string;
|
||||
}): Promise<OAuthCredentials> {
|
||||
return refreshGitHubCopilotToken(options.githubToken, options.enterpriseDomain);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue