about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-22 11:22:11 +0200
committermaride <maride@darknebu.la>2018-08-22 11:22:11 +0200
commit82c922d557f6628043ab771cdf10e4da9546347d (patch)
tree5dd0bbea7c03abebd5a92c6487a792435136ba1c
parentdf86db256d91ecdebdcc2d178410d8c2e235d8d3 (diff)
As long as we're not providing an endpoint to get the username for the frontend, remove Handlebars requesting the user name
-rw-r--r--hosted/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/index.html b/hosted/index.html
index 66103f6..0f40399 100644
--- a/hosted/index.html
+++ b/hosted/index.html
@@ -26,7 +26,7 @@
         </nav>
         <main class="container" role="main">
             <div class="jumbotron">
-                <h1 class="display-4">Hello, {{username}}.</h1>
+                <h1 class="display-4">Hello.</h1>
                 <h3>I'm your companion.</h3>
                 <p>I was spawned just for you. Here, you can start, stop and reset challenges, as well as enter found flags.</p>
                 <p>Please note that I'm not in scope. Please don't hack me. However, if you accidentally find bugs in my code, ... report them!</p>