We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7479bbb commit 5a5609aCopy full SHA for 5a5609a
forms-flow-nav/src/constants/constants.js
@@ -204,5 +204,4 @@ export const IS_ENTERPRISE = window._env_?.REACT_APP_IS_ENTERPRISE || false;
204
205
export const USER_NAME_DISPLAY_CLAIM =
206
window._env_?.REACT_APP_USER_NAME_DISPLAY_CLAIM ||
207
- process.env.REACT_APP_USER_NAME_DISPLAY_CLAIM ||
208
- "preferred_username";
+ process.env.REACT_APP_USER_NAME_DISPLAY_CLAIM;
0 commit comments