Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13988066
D8534.id20245.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
773 B
Referenced Files
None
Subscribers
None
D8534.id20245.diff
View Options
diff --git a/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php b/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php
--- a/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php
+++ b/src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php
@@ -15,21 +15,17 @@
}
public function getTitleGlyph() {
- return "~";
+ return "\xE2\x99\x86";
}
public function getFlavorText() {
- return pht('yerps');
+ return pht('Login with Phabricator');
}
public function getApplicationGroup() {
return self::GROUP_UTILITIES;
}
- public function canUninstall() {
- return false;
- }
-
public function isBeta() {
return true;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 12:56 PM (4 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6709866
Default Alt Text
D8534.id20245.diff (773 B)
Attached To
Mode
D8534: Fix a couple of minor OAuthServer things
Attached
Detach File
Event Timeline
Log In to Comment