fix: use correct callback URL for GitHub provider infra config

This commit is contained in:
jamesgeorge007
2024-08-06 23:11:48 +05:30
parent 8e58b58b6f
commit 1908625297

View File

@@ -97,7 +97,7 @@ export function useConfigHandler(updatedConfigs?: ServerConfigs) {
fields: {
client_id: getFieldValue(InfraConfigEnum.GithubClientId),
client_secret: getFieldValue(InfraConfigEnum.GithubClientSecret),
callback_url: getFieldValue(InfraConfigEnum.GoogleCallbackUrl),
callback_url: getFieldValue(InfraConfigEnum.GithubCallbackUrl),
scope: getFieldValue(InfraConfigEnum.GithubScope),
},
},