Remove gitHubClientId because it's part of a contrib plugin

stable
David Barragán Merino 2015-03-11 13:19:48 +01:00
parent 195c0e4778
commit c638951368
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ window.taigaConfig = {
"privacyPolicyUrl": null, "privacyPolicyUrl": null,
"termsOfServiceUrl": null, "termsOfServiceUrl": null,
"maxUploadFileSize": null, "maxUploadFileSize": null,
"gitHubClientId": null,
"contribPlugins": [] "contribPlugins": []
} }

View File

@ -7,7 +7,6 @@
"privacyPolicyUrl": null, "privacyPolicyUrl": null,
"termsOfServiceUrl": null, "termsOfServiceUrl": null,
"maxUploadFileSize": null, "maxUploadFileSize": null,
"gitHubClientId": null,
"contribPlugins": [], "contribPlugins": [],
"debugInfo": false "debugInfo": false
} }