mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Use correct parameter for forge selection on login (#5325)
This commit is contained in:
@@ -12,6 +12,6 @@ export default () =>
|
||||
const config = useUserConfig();
|
||||
config.setUserConfig('redirectUrl', url);
|
||||
}
|
||||
window.location.href = `${useConfig().rootPath}/authorize?${forgeId !== undefined ? `forgeId=${forgeId}` : ''}`;
|
||||
window.location.href = `${useConfig().rootPath}/authorize?${forgeId !== undefined ? `forge_id=${forgeId}` : ''}`;
|
||||
},
|
||||
}) as const;
|
||||
|
||||
Reference in New Issue
Block a user