diff options
-rw-r--r-- | hosted/credentials.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/credentials.html b/hosted/credentials.html index 88d74ea..1b3f46d 100644 --- a/hosted/credentials.html +++ b/hosted/credentials.html @@ -47,7 +47,7 @@ </tbody> </table> - <a href="http://{{.Username}}.${{.Hostname}}" class="btn btn-primary" role="button">Login</a> + <a href="http://{{.Username}}.{{.Hostname}}" class="btn btn-primary" role="button">Login</a> </div> </div> |