Skip to content

Commit cb0dc6f

Browse files
committed
updated user_name_display_claim variable source
1 parent 012a61e commit cb0dc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ export const IS_ENTERPRISE = window._env_?.REACT_APP_IS_ENTERPRISE || false;
203203

204204

205205
export const USER_NAME_DISPLAY_CLAIM =
206-
window.env?.REACT_APP_USER_NAME_DISPLAY_CLAIM;
206+
window._env_?.REACT_APP_USER_NAME_DISPLAY_CLAIM;

0 commit comments

Comments
 (0)