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.
2 parents 4e5f206 + f8077f2 commit d0c019fCopy full SHA for d0c019f
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