Page MenuHomePhorge

D25495.1737336476.diff
No OneTemporary

D25495.1737336476.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
Mon, Jan 20, 01:27 (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1135485
Default Alt Text
D25495.1737336476.diff (692 B)

Event Timeline