Browse Source

improvement: add `<title>` tag to oauth2-redirect.html (#5644)

* Update oauth2-redirect.html

Add <title> tag to page

* Update oauth2-redirect.html
bubble
oscar.lofwenhamn 5 years ago
committed by kyle
parent
commit
9253c0bf03
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dist/oauth2-redirect.html

+ 1
- 0
dist/oauth2-redirect.html View File

@@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html lang="en-US"> <html lang="en-US">
<title>Swagger UI: OAuth2 Redirect</title>
<body onload="run()"> <body onload="run()">
</body> </body>
</html> </html>


Loading…
Cancel
Save