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
commit
f49fee5205
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue