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.
1 parent 6150ff5 commit d364f6fCopy full SHA for d364f6f
src/api/oauth2.ts
@@ -11,8 +11,9 @@ export const getOauth2RedirectURL = async (
11
provider: string,
12
rType: Oauth2RequestType,
13
): Promise<ModelOauth2LoginResponse> => {
14
+ const sType = 'type'
15
return fetcher<ModelOauth2LoginResponse>(FetcherMethod.GET, `/api/v1/oauth2/${provider}`, {
- type: rType,
16
+ sType : rType,
17
})
18
}
19
0 commit comments