Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 545c9ca

Browse files
committedFeb 3, 2025·
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

Lines changed: 0 additions & 87 deletions
This file was deleted.

‎__tests__/shared/index.jsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

‎package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/shared/app.jsx

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.