diff --git a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php index 2608c92cb7..9b99f88386 100644 --- a/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorBitbucketAuthProvider.php @@ -1,27 +1,27 @@ **Access Management** > **OAuth**.\n\n". "Click **Add Consumer** and create a new application.\n\n". "After completing configuration, copy the **Key** and ". "**Secret** to the fields above."); } protected function newOAuthAdapter() { return new PhutilBitbucketAuthAdapter(); } protected function getLoginIcon() { return 'Bitbucket'; } }