Skip to content

Commit 5a5609a

Browse files
committed
removed default value form env
1 parent 7479bbb commit 5a5609a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

forms-flow-nav/src/constants/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,4 @@ export const IS_ENTERPRISE = window._env_?.REACT_APP_IS_ENTERPRISE || false;
204204

205205
export const USER_NAME_DISPLAY_CLAIM =
206206
window._env_?.REACT_APP_USER_NAME_DISPLAY_CLAIM ||
207-
process.env.REACT_APP_USER_NAME_DISPLAY_CLAIM ||
208-
"preferred_username";
207+
process.env.REACT_APP_USER_NAME_DISPLAY_CLAIM;

0 commit comments

Comments
 (0)