File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { getCommunityId } from 'server/services/communities';
2020import { redux , config , isomorphy } from 'topcoder-react-utils' ;
2121import { reducer as toastrReducer } from 'react-redux-toastr' ;
2222import { reducerFactory } from 'topcoder-react-lib' ;
23- import { getAuthTokens , getM2mToken } from 'utils/tc' ;
23+ import { getAuthTokens } from 'utils/tc' ;
2424
2525import contentful from './contentful' ;
2626import topcoderHeader from './topcoder_header' ;
@@ -154,10 +154,10 @@ export function factory(req) {
154154 const user = _ . get ( res , 'auth.user' ) ;
155155 if ( user && isomorphy . isServerSide ( ) ) {
156156 res . auth . userIdHash = generateUserIdHash ( user ) ;
157- getM2mToken ( )
158- . then ( ( ( token ) => {
159- res . auth . m2mToken = token ;
160- } ) ) ;
157+ // getM2mToken()
158+ // .then(((token) => {
159+ // res.auth.m2mToken = token;
160+ // }));
161161 }
162162
163163 if ( req ) {
You can’t perform that action at this time.
0 commit comments