Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5358d9e commit f3fa5d7Copy full SHA for f3fa5d7
‎client/packages/lowcoder/src/pages/setting/idSource/list.tsx
@@ -54,8 +54,7 @@ export const IdSourceList = (props: any) => {
54
currentDomain += `:${port}`;
55
}
56
57
- const redirectUrl = encodeURIComponent(`${protocol}//${currentDomain}/apps`);
58
- const loginUrl = `${protocol}//${currentDomain}/org/${currentOrgId}/auth/login?redirectUrl=${encodeURIComponent(redirectUrl)}`;
+ const loginUrl = `${protocol}//${currentDomain}/org/${currentOrgId}/auth/login`;
59
60
useEffect(() => {
61
if (!currentOrgId) {
0 commit comments