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:
committed by
Facebook GitHub Bot
parent
20d7b57dbe
commit
f63e5d440a
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user