Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/passphrase/keys/PassphrasePasswordKey.php b/src/applications/passphrase/keys/PassphrasePasswordKey.php
index f30a76cb67..df2e683c20 100644
--- a/src/applications/passphrase/keys/PassphrasePasswordKey.php
+++ b/src/applications/passphrase/keys/PassphrasePasswordKey.php
@@ -1,17 +1,17 @@
<?php
final class PassphrasePasswordKey extends PassphraseAbstractKey {
public static function loadFromPHID($phid, PhabricatorUser $viewer) {
- $key = new PassphraseSSHKey();
+ $key = new PassphrasePasswordKey();
return $key->loadAndValidateFromPHID(
$phid,
$viewer,
PassphraseCredentialTypePassword::PROVIDES_TYPE);
}
public function getPasswordEnvelope() {
return $this->requireCredential()->getSecret();
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 20, 7:25 AM (23 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
241516
Default Alt Text
(788 B)

Event Timeline