From 9b9d823f30f7f7744f412df8ca4c52d7be3c9977 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 29 Jan 2016 23:59:58 -0500 Subject: Move Gitlab and Github authentication to external plugins --- app/Controller/Oauth.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'app/Controller') diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php index 62381308..bc670d1e 100644 --- a/app/Controller/Oauth.php +++ b/app/Controller/Oauth.php @@ -10,26 +10,6 @@ namespace Kanboard\Controller; */ class Oauth extends Base { - /** - * Link or authenticate a Github account - * - * @access public - */ - public function github() - { - $this->step1('Github'); - } - - /** - * Link or authenticate a Gitlab account - * - * @access public - */ - public function gitlab() - { - $this->step1('Gitlab'); - } - /** * Unlink external account * -- cgit v1.2.3