Move certificate exchange bits to app-connectivity

Summary: Bit of reorganising as utils is a bit too generic and crowded.

Reviewed By: passy

Differential Revision: D47186536

fbshipit-source-id: 7b1dd26db95aef00778ff4f23d91f7371c4d07ad
This commit is contained in:
Lorenzo Blasa
2023-07-04 02:19:58 -07:00
committed by Facebook GitHub Bot
parent 20d7b57dbe
commit f63e5d440a
14 changed files with 26 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
*/
import {KeytarManager} from '../utils/keytar';
import CertificateProvider from '../utils/CertificateProvider';
import CertificateProvider from '../app-connectivity/certificate-exchange/CertificateProvider';
export default class WWWCertificateProvider extends CertificateProvider {
name = 'WWWCertificateProvider';