Skip to content

Commit 545c9ca

Browse files
committed
Merge branch 'develop' into master-revert-2
2 parents fccb115 + 38361b8 commit 545c9ca

File tree

5 files changed

+16
-111
lines changed

5 files changed

+16
-111
lines changed

__tests__/shared/__snapshots__/index.jsx.snap

-87
This file was deleted.

__tests__/shared/index.jsx

-22
This file was deleted.

package-lock.json

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shared/app.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Routes from 'routes';
1111
import ErrorMessage from 'containers/ErrorMessage';
1212
import ErrorIcons from 'containers/ErrorIcons';
1313

14-
import { DevTools, isomorphy, config } from 'topcoder-react-utils';
14+
import { isomorphy, config } from 'topcoder-react-utils';
1515

1616
import ExtendedReduxToastr from 'containers/Toastr';
1717
import Gamification from 'containers/Gamification';
@@ -52,7 +52,6 @@ export default function App() {
5252
progressBar={false}
5353
showCloseButton
5454
/>
55-
{isomorphy.isDevBuild() ? <DevTools /> : undefined}
5655
{
5756
config.GAMIFICATION.ENABLE_SKILLS_REMIND_MODAL
5857
&& isomorphy.isClientSide()

src/shared/services/recruitCRM.js

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export default class Service {
8888
headers: new Headers({
8989
Authorization: `Bearer ${tokenV3}`,
9090
}),
91+
credentials: 'omit',
9192
});
9293
if (!res.ok) {
9394
const error = new Error('Failed to apply for job');

0 commit comments

Comments
 (0)