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
- Branch
- phrase1
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 14494 Build 18898: Run Core Tests Build 18897: arc lint + arc unit
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;