removed old github login code

pull/8/head
Chris Veilleux 2019-05-28 16:05:45 -05:00
parent 5431d7a1a7
commit c26bf07316
1 changed files with 0 additions and 5 deletions

View File

@ -39,9 +39,4 @@ export class FederatedLoginComponent implements OnInit {
}
}
// private gitHubLogin() {
// const githubLoginUrl = 'https://github.com/login/oauth/authorize' +
// '?scope=user:email&client_id=752bb0864dd667c902f4';
// window.location.assign(githubLoginUrl);
// }
}