mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Revert "Use Code OSS GitHub client id" (#252559)
This commit is contained in:
committed by
GitHub
parent
888fabd8a4
commit
b1e40f2893
@@ -15,5 +15,5 @@ export interface IConfig {
|
||||
// not really a secret... so we allow the client secret in code. It is brought in before we publish VS Code. Reference:
|
||||
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/best-practices-for-creating-an-oauth-app#client-secrets
|
||||
export const Config: IConfig = {
|
||||
gitHubClientId: 'a5d3c261b032765a78de'
|
||||
gitHubClientId: '01ab8ac9400c4e429b23'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user