Skip to content

Commit

Permalink
TSPS-191 Really this time fix dev b2c authentication redirect url (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor authored Aug 21, 2024
1 parent 9f463ce commit 33c3da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
defaultModelsExpandDepth: -1, // hide the huge list of schemas under the routes
defaultModelRendering: 'model', // schema has the descriptions, unlike the example value
defaultModelExpandDepth: 2, // affects the schema shown for a request or response
oauth2RedirectUrl: `${window.location.protocol}//${window.location.host}/oauth2-redirect.html`
oauth2RedirectUrl: `${window.location.protocol}//${window.location.host}/webjars/swagger-ui-dist/oauth2-redirect.html`
})
// End Swagger UI call region

Expand Down

0 comments on commit 33c3da4

Please sign in to comment.