Page MenuHomePhabricator

D7909.id17914.diff
No OneTemporary

D7909.id17914.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
Mon, Mar 24, 4:40 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226080
Default Alt Text
D7909.id17914.diff (787 B)

Event Timeline