aboutsummaryrefslogtreecommitdiff
path: root/app/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/dashboard.html')
-rw-r--r--app/templates/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index 2118fbf..f1c98e3 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -8,7 +8,7 @@
<body>
<div>
<!-- Create a small box that will hold the text for the users api key, next to the box should be a regenerate button -->
- <p>Your API Key: <span id="api-key">{{ api_key }}</span></p>
+ <p>Your Username: <span id="api-key">{{ user }}</span></p>
<button onclick="window.location.href='logout'">Logout</button>
</div>
</body>