UNPKG

infinity-forge

Version:
13 lines 547 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThirdPartyIntegrationProvider = ThirdPartyIntegrationProvider; var jsx_runtime_1 = require("react/jsx-runtime"); var ui_1 = require("../../../ui/index.js"); function ThirdPartyIntegrationProvider(_a) { var children = _a.children, google = _a.google; if (google.auth) { return (0, jsx_runtime_1.jsx)(ui_1.GoogleOAuthProvider, { clientId: google.auth.clientId, children: children }); } return children; } //# sourceMappingURL=context.js.map