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 55733fe + 213950b commit f8077f2Copy full SHA for f8077f2
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