Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php b/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php
index 4cd192757c..db4b12730f 100644
--- a/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php
+++ b/src/applications/auth/provider/PhabricatorAuthProviderOAuthTwitch.php
@@ -1,36 +1,36 @@
<?php
final class PhabricatorAuthProviderOAuthTwitch
extends PhabricatorAuthProviderOAuth {
public function getProviderName() {
return pht('Twitch.tv');
}
public function getConfigurationHelp() {
$login_uri = $this->getLoginURI();
return pht(
"To configure Twitch.tv OAuth, create a new application here:".
"\n\n".
"http://www.twitch.tv/settings/applications".
"\n\n".
"When creating your application, use these settings:".
"\n\n".
" - **Redirect URI:** Set this to: `%s`".
"\n\n".
"After completing configuration, copy the **Client ID** and ".
"**Client Secret** to the fields above. (You may need to generate the ".
"client secret by clicking 'New Secret' first.)",
$login_uri);
}
protected function newOAuthAdapter() {
return new PhutilAuthAdapterOAuthTwitch();
}
protected function getLoginIcon() {
- return 'Twitch';
+ return 'TwitchTV';
}
}

File Metadata

Mime Type
text/x-diff
Expires
Tue, Mar 17, 1:51 AM (9 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
964183
Default Alt Text
(1 KB)

Event Timeline