File tree 2 files changed +4
-2
lines changed
client/packages/lowcoder/src
pages/setting/idSource/OAuthForms
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ const getStyle = (
60
60
postion: -webkit-sticky;
61
61
left: 0px !important;
62
62
margin: ${ style . margin } !important;
63
+ z-index: 999;
63
64
64
- ${ fixedToolbar && `z-index: 99;` } ;
65
65
${ fixedToolbar && position === 'below' && `bottom: 0;` } ;
66
66
${ fixedToolbar && position === 'above' && `top: 0;` } ;
67
67
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ function GenericOAuthForm(props: GenericOAuthFormProp) {
140
140
setIssuerDetails ( issuerDetails => ( {
141
141
...issuerDetails ,
142
142
...values ,
143
+ authType : AuthType . Generic ,
143
144
} ) )
144
145
setCurrentStep ( currentStep => currentStep + 1 ) ;
145
146
} )
@@ -152,7 +153,8 @@ function GenericOAuthForm(props: GenericOAuthFormProp) {
152
153
...issuerDetails ,
153
154
sourceMappings : {
154
155
...values ,
155
- }
156
+ } ,
157
+ authType : AuthType . Generic ,
156
158
} ;
157
159
saveAuthProvider ( updatedDetails ) ;
158
160
return updatedDetails ;
You can’t perform that action at this time.
0 commit comments