Skip to content

Commit f3ebb24

Browse files
author
bnasslahsen
committed
code review
1 parent 86f57e2 commit f3ebb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/SwaggerUiConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public Map<String, Object> getConfigParameters() {
217217
SpringDocPropertiesUtils.put("tagsSorter", tagsSorter, params);
218218
if (!CollectionUtils.isEmpty(supportedSubmitMethods))
219219
SpringDocPropertiesUtils.put("supportedSubmitMethods", supportedSubmitMethods.toString(), params);
220-
SpringDocPropertiesUtils.put("oauth2RedirectUrl", oauth2RedirectUrl, params);
220+
SpringDocPropertiesUtils.put(OAUTH2_REDIRECT_URL_PROPERTY, oauth2RedirectUrl, params);
221221
SpringDocPropertiesUtils.put("url", url, params);
222222
put(URLS_PROPERTY, urls, params);
223223
SpringDocPropertiesUtils.put("urls.primaryName", urlsPrimaryName, params);

0 commit comments

Comments
 (0)