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

* Update oauth2-redirect.html

Add <title> tag to page

* Update oauth2-redirect.html
This commit is contained in:
oscar.lofwenhamn
2019-10-09 04:29:30 +02:00
committed by kyle
parent 139592e353
commit 9253c0bf03

View File

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