mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-25 00:02:04 -05:00
refactor: stop sharing api/client specific config (#51423)
This commit is contained in:
committed by
GitHub
parent
2428910ad1
commit
cb9d6a6243
@@ -4,7 +4,7 @@ import jwt from 'jsonwebtoken';
|
||||
import passport from 'passport';
|
||||
import fetch from 'node-fetch';
|
||||
import { isEmail } from 'validator';
|
||||
import { jwtSecret } from '../../../../config/secrets';
|
||||
import { jwtSecret } from '../../../config/secrets';
|
||||
import { decodeEmail } from '../../common/utils';
|
||||
import {
|
||||
createPassportCallbackAuthenticator,
|
||||
|
||||
@@ -16,7 +16,7 @@ import isURL from 'validator/lib/isURL';
|
||||
import fetch from 'node-fetch';
|
||||
import jwt from 'jsonwebtoken';
|
||||
|
||||
import { jwtSecret } from '../../../../config/secrets';
|
||||
import { jwtSecret } from '../../../config/secrets';
|
||||
import { challengeTypes } from '../../../../config/challenge-types';
|
||||
|
||||
import {
|
||||
|
||||
@@ -2,7 +2,7 @@ import debug from 'debug';
|
||||
import Stripe from 'stripe';
|
||||
|
||||
import { donationSubscriptionConfig } from '../../../../config/donation-settings';
|
||||
import keys from '../../../../config/secrets';
|
||||
import keys from '../../../config/secrets';
|
||||
import {
|
||||
getAsyncPaypalToken,
|
||||
verifyWebHook,
|
||||
|
||||
Reference in New Issue
Block a user