Page MenuHomePhorge

D25495.1734730596.diff
No OneTemporary

D25495.1734730596.diff

diff --git a/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php b/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
--- a/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
+++ b/src/applications/auth/controller/PhabricatorAuthSSHKeyViewController.php
@@ -110,7 +110,7 @@
$properties = id(new PHUIPropertyListView())
->setUser($viewer);
- $properties->addProperty(pht('SSH Key Type'), $ssh_key->getKeyType());
+ $properties->addProperty(pht('Public Key'), $ssh_key->getEntireKey());
$properties->addProperty(
pht('Created'),
phabricator_datetime($ssh_key->getDateCreated(), $viewer));

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 21:36 (15 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1021124
Default Alt Text
D25495.1734730596.diff (692 B)

Event Timeline