File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 96
96
< div id ="root "> </ div >
97
97
< script type ="module " src ="/src/index.ts "> </ script >
98
98
<!-- <%- browserCheckScript %> -->
99
+ < script >
100
+ window . lowcoder_show_brand = "<%= process.env.REACT_APP_LOWCODER_SHOW_BRAND %>" ;
101
+ window . lowcoder_custom_auth_welcome_text = "<%= process.env.REACT_APP_LOWCODER_CUSTOM_AUTH_WELCOME_TEXT %>" ;
102
+ window . lowcoder_custom_logo = "<%= process.env.REACT_APP_LOWCODER_CUSTOM_LOGO %>" ;
103
+ window . lowcoder_custom_logo_square = "<%= process.env.REACT_APP_LOWCODER_CUSTOM_LOGO_SQUARE %>" ;
104
+ </ script >
99
105
</ body >
100
106
</ html >
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ debug(`REACT_APP_LANGUAGES:, ${REACT_APP_LANGUAGES}`);
34
34
debug ( `REACT_APP_API_HOST:, ${ REACT_APP_API_HOST } ` ) ;
35
35
debug ( `REACT_APP_ENV:, ${ REACT_APP_ENV } ` ) ;
36
36
debug ( `REACT_APP_LOG_LEVEL:, ${ REACT_APP_LOG_LEVEL } ` ) ;
37
-
38
37
debug ( `REACT_APP_LOWCODER_SHOW_BRAND:, ${ REACT_APP_LOWCODER_SHOW_BRAND } ` ) ;
39
38
debug ( `REACT_APP_LOWCODER_CUSTOM_AUTH_WELCOME_TEXT:, ${ REACT_APP_LOWCODER_CUSTOM_AUTH_WELCOME_TEXT } ` ) ;
40
39
debug ( `LOWCODER_CUSTOM_LOGO:, ${ REACT_APP_LOWCODER_CUSTOM_LOGO } ` ) ;
You can’t perform that action at this time.
0 commit comments