Page MenuHomePhorge

D25495.1738115356.diff
No OneTemporary

D25495.1738115356.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
Wed, Jan 29, 01:49 (3 d, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135485
Default Alt Text
D25495.1738115356.diff (692 B)

Event Timeline