Skip to content

Commit 6d6aca2

Browse files
committed
Update the oauth2-redirect.html to the latest version
1 parent 4b703a5 commit 6d6aca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SwaggerUI.OpenApi/Endpoints.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,10 @@ public static string GetOAuthRedirectHtml()
201201
<!doctype html>
202202
<html lang="en-US">
203203
<body>
204+
<script src="oauth2-redirect.js"></script>
204205
</body>
205206
</html>
206-
<script src="oauth2-redirect.js"></script>
207+
207208
""";
208209
}
209210

0 commit comments

Comments
 (0)