Page MenuHomePhabricator

D7909.id.diff
No OneTemporary

D7909.id.diff

Index: src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
===================================================================
--- src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
+++ src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
@@ -36,6 +36,7 @@
$linked = id(new PHUIObjectItemListView())
->setUser($viewer)
->setCards(true)
+ ->setFlush(true)
->setNoDataString(pht('You have no linked accounts.'));
$login_accounts = 0;
@@ -99,6 +100,7 @@
$linkable = id(new PHUIObjectItemListView())
->setUser($viewer)
->setCards(true)
+ ->setFlush(true)
->setNoDataString(
pht('Your account is linked with all available providers.'));

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 3:44 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226080
Default Alt Text
D7909.id.diff (787 B)

Event Timeline