Skip to content

Commit 6a56990

Browse files
committed
fix: fastlogin env problem
1 parent f6dbf7f commit 6a56990

File tree

1 file changed

+1
-1
lines changed
  • packages/console-utils/xconsole-service/src/interceptors/fastloginInterceptor

1 file changed

+1
-1
lines changed

packages/console-utils/xconsole-service/src/interceptors/fastloginInterceptor/login.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const LoginContent: React.FC<any> = (props) => {
3737
if (ref.current || document.querySelector('#loginContent')) {
3838
(async () => {
3939
try {
40-
const result = await render({ env: 'prepub', target: ref.current || document.querySelector('#loginContent'), height: 560, width: 501 });
40+
const result = await render({ target: ref.current || document.querySelector('#loginContent'), height: 560, width: 501 });
4141
if (result.success) {
4242
await refreshToken();
4343
}

0 commit comments

Comments
 (0)