@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
9 lines (5 loc) • 399 B
JavaScript
'use client'
;
Object.defineProperty(exports, '__esModule', { value: true });
const isSocialKycEnabled = (projectSettings) => { var _a; return Boolean((_a = projectSettings === null || projectSettings === void 0 ? void 0 : projectSettings.kyc.find(({ name }) => name === 'social')) === null || _a === void 0 ? void 0 : _a.enabled); };
exports.isSocialKycEnabled = isSocialKycEnabled;