Merge pull request #55 from clems4ever/secret-fix

Secret page contains a link with wrong port to redirect the user to h…
pull/61/head
Clément Michaud 2017-07-19 00:36:34 +02:00 committed by GitHub
commit f49fee5205
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
</head>
<body>
This is a very important secret!<br/>
Go back to <a href="https://home.test.local/">home page</a>.
Go back to <a href="https://home.test.local:8080/">home page</a>.
</body>
</html>