summaryrefslogtreecommitdiff
path: root/app/Controller/Oauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Oauth.php')
-rw-r--r--app/Controller/Oauth.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php
index 32947d1a..00ccd694 100644
--- a/app/Controller/Oauth.php
+++ b/app/Controller/Oauth.php
@@ -21,6 +21,16 @@ class Oauth extends Base
}
/**
+ * Link or authenticate a Github account
+ *
+ * @access public
+ */
+ public function github()
+ {
+ $this->step1('github');
+ }
+
+ /**
* Unlink external account
*
* @access public