Patch missing function invocation for GitLab envar

This commit is contained in:
Tuan Dang
2023-05-01 22:38:01 +03:00
parent f639f682c9
commit b462ca3e89

View File

@@ -198,7 +198,7 @@ const exchangeRefreshGitLab = async ({
new URLSearchParams({
grant_type: "refresh_token",
refresh_token: refreshToken,
client_id: await getClientIdGitLab,
client_id: await getClientIdGitLab(),
client_secret: await getClientSecretGitLab(),
redirect_uri: `${await getSiteURL()}/integrations/gitlab/oauth2/callback`,
} as any),