File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -223,14 +223,13 @@ export const GoogleOAuthDanceConfig: OAuthDanceConfig = {
223223
224224export const GithubOAuthDanceConfig : OAuthDanceConfig = {
225225 /** client_id and client_secret for ng-caretaker Github App. */
226- // TODO(josephperrott): Migrate to angular-robot Github App.
227226 loopback : {
228- client_id : 'Iv1.58b338d4f1a5ba12 ' ,
229- client_secret : '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd ' ,
227+ client_id : 'Iv1.57e16107abc663d9 ' ,
228+ client_secret : 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6 ' ,
230229 } ,
231230 oob : {
232- client_id : 'Iv1.58b338d4f1a5ba12 ' ,
233- client_secret : '4a75aa1531f5ffa2b6ff793468ad2de90cb1d8cd ' ,
231+ client_id : 'Iv1.57e16107abc663d9 ' ,
232+ client_secret : 'c9b2b8cfbd59d6a36311607154dccabd8ce042e6 ' ,
234233 } ,
235234 scope : [ ] . join ( ' ' ) ,
236235 authConfig : new AuthorizationServiceConfiguration ( {
You can’t perform that action at this time.
0 commit comments