Fixes T11867. This should really be on the CredentialType itself, but just punt that for now until the API endpoint gets updated. We'll need the actual code here anyway in some form.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hi @epriestley, the T11867 description (but not the title) also mentioned the note credential type. I don't know if you prefer a new ticket, so just in case, here is my comment...
case PassphraseNoteCredentialType::CREDENTIAL_TYPE: if ($secret !== null) { $material['note'] = $secret; } break;