Quellcode durchsuchen

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 vor 5 Jahren
committed by kyle
Ursprung
Commit
9253c0bf03
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      dist/oauth2-redirect.html

+ 1
- 0
dist/oauth2-redirect.html Datei anzeigen

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


Laden…
Abbrechen
Speichern