File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,7 @@ module.exports = {
1161
1161
if ( ! _ . isEmpty ( flowObj . refreshUrl ) ) {
1162
1162
helper . oauth2 . push ( {
1163
1163
key : 'redirect_uri' ,
1164
- value : _ . isString ( flowObj . refreshUrl ) ? flowObj . refreshUrl : '{{OAuth2_CallbackURL }}'
1164
+ value : _ . isString ( flowObj . refreshUrl ) ? flowObj . refreshUrl : '{{oAuth2CallbackURL }}'
1165
1165
} ) ;
1166
1166
}
1167
1167
@@ -1170,7 +1170,7 @@ module.exports = {
1170
1170
if ( ! _ . isEmpty ( flowObj . tokenUrl ) ) {
1171
1171
helper . oauth2 . push ( {
1172
1172
key : 'accessTokenUrl' ,
1173
- value : _ . isString ( flowObj . tokenUrl ) ? flowObj . tokenUrl : '{{OAuth2_AccessTokenURL }}'
1173
+ value : _ . isString ( flowObj . tokenUrl ) ? flowObj . tokenUrl : '{{oAuth2AccessTokenURL }}'
1174
1174
} ) ;
1175
1175
}
1176
1176
}
@@ -1180,7 +1180,7 @@ module.exports = {
1180
1180
if ( ! _ . isEmpty ( flowObj . authorizationUrl ) ) {
1181
1181
helper . oauth2 . push ( {
1182
1182
key : 'authUrl' ,
1183
- value : _ . isString ( flowObj . authorizationUrl ) ? flowObj . authorizationUrl : '{{OAuth2_AuthURL }}'
1183
+ value : _ . isString ( flowObj . authorizationUrl ) ? flowObj . authorizationUrl : '{{oAuth2AuthURL }}'
1184
1184
} ) ;
1185
1185
}
1186
1186
}
You can’t perform that action at this time.
0 commit comments