Skip to content

Commit 4e94e13

Browse files
committed
add security tab
1 parent 4597e74 commit 4e94e13

File tree

24 files changed

+2099
-55
lines changed

24 files changed

+2099
-55
lines changed

__tests__/shared/components/Settings/Account/__snapshots__/index.jsx.snap

Lines changed: 696 additions & 0 deletions
Large diffs are not rendered by default.

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,5 @@ module.exports = {
457457
ENABLE_BADGE_UI: true,
458458
},
459459
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder-dev.com',
460+
DICE_VERIFIER_URL: 'https://tc-vcauth-uat.diceid.com',
460461
};

config/production.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,5 @@ module.exports = {
227227
ENABLE_RECOMMENDER: true,
228228
PLATFORM_SITE_URL: 'https://platform.topcoder.com',
229229
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder.com',
230+
DICE_VERIFIER_URL: 'https://tc-vcauth.diceid.com',
230231
};

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"node-cache": "^5.1.2",
9696
"node-forge": "^0.7.5",
9797
"nuka-carousel": "^4.5.3",
98+
"oidc-client": "^1.11.5",
9899
"postcss": "^6.0.23",
99100
"prop-types": "^15.6.2",
100101
"qs": "^6.5.2",
@@ -124,6 +125,7 @@
124125
"react-masonry-css": "^1.0.16",
125126
"react-paginate": "^6.3.2",
126127
"react-player": "^0.24.1",
128+
"react-qr-code": "^2.0.8",
127129
"react-redux": "^5.0.7",
128130
"react-redux-toastr": "^7.2.6",
129131
"react-responsive": "^8.1.0",
Lines changed: 34 additions & 0 deletions
Loading
3 KB
Loading
23.2 KB
Loading
6.52 KB
Loading

0 commit comments

Comments
 (0)