Thanks to visit codestin.com Credit goes to github.com
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 d25f111 commit 85a9153Copy full SHA for 85a9153
client/packages/lowcoder/src/pages/setting/idSource/OAuthForms/GenericOAuthForm.tsx
@@ -140,6 +140,7 @@ function GenericOAuthForm(props: GenericOAuthFormProp) {
140
setIssuerDetails(issuerDetails => ({
141
...issuerDetails,
142
...values,
143
+ authType: AuthType.Generic,
144
}))
145
setCurrentStep(currentStep => currentStep + 1);
146
})
@@ -152,7 +153,8 @@ function GenericOAuthForm(props: GenericOAuthFormProp) {
152
153
154
sourceMappings: {
155
- }
156
+ },
157
158
};
159
saveAuthProvider(updatedDetails);
160
return updatedDetails;
0 commit comments