diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Oauth.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php index 8ba5b252..b0f13dc3 100644 --- a/app/Controller/Oauth.php +++ b/app/Controller/Oauth.php @@ -31,6 +31,16 @@ class Oauth extends Base } /** + * Link or authenticate a Gitlab account + * + * @access public + */ + public function gitlab() + { + $this->step1('gitlab'); + } + + /** * Unlink external account * * @access public |