Remove gitHubClientId because it's part of a contrib plugin
parent
195c0e4778
commit
c638951368
|
@ -8,7 +8,6 @@ window.taigaConfig = {
|
||||||
"privacyPolicyUrl": null,
|
"privacyPolicyUrl": null,
|
||||||
"termsOfServiceUrl": null,
|
"termsOfServiceUrl": null,
|
||||||
"maxUploadFileSize": null,
|
"maxUploadFileSize": null,
|
||||||
"gitHubClientId": null,
|
|
||||||
"contribPlugins": []
|
"contribPlugins": []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
"privacyPolicyUrl": null,
|
"privacyPolicyUrl": null,
|
||||||
"termsOfServiceUrl": null,
|
"termsOfServiceUrl": null,
|
||||||
"maxUploadFileSize": null,
|
"maxUploadFileSize": null,
|
||||||
"gitHubClientId": null,
|
|
||||||
"contribPlugins": [],
|
"contribPlugins": [],
|
||||||
"debugInfo": false
|
"debugInfo": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue