fix: oauth redirect HTML title tag (#6533)

This commit is contained in:
Pedro Calixto
2020-10-19 19:17:57 -03:00
committed by GitHub
parent 816e7d9413
commit 17f140b188

View File

@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en-US">
<title>Swagger UI: OAuth2 Redirect</title>
<head>
<title>Swagger UI: OAuth2 Redirect</title>
</head>
<body>
</body>
</html>