UNPKG

keystone-6-oauth

Version:

Keystone6 Plugin that enables social logins such as Google, Twitter, Github, Facebook and others.

8 lines (6 loc) 228 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./keystone-6-oauth-providers-github.cjs.prod.js"); } else { module.exports = require("./keystone-6-oauth-providers-github.cjs.dev.js"); }