summaryrefslogtreecommitdiff
path: root/views/index.hbs
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-11-22 14:21:53 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-11-22 14:21:53 -0700
commit4ae4e874689a71e33cdd7a5799fc0c85c4861367 (patch)
treed60c5d5f05ce0d0574bc168084e2b014ee999c1b /views/index.hbs
parent3902da1747a3e32db0b67f1162eafd4860b3d27a (diff)
downloadlocchat-4ae4e874689a71e33cdd7a5799fc0c85c4861367.tar.gz
locchat-4ae4e874689a71e33cdd7a5799fc0c85c4861367.zip
adds start for console
Diffstat (limited to 'views/index.hbs')
-rw-r--r--views/index.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.hbs b/views/index.hbs
index fed0488..30a3987 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -1,7 +1,9 @@
<html>
<head>
<script type="text/javascript">
- window.SETTINGS = {};
+ window.SETTINGS = {
+ jwt: '{{jwt}}'
+ };
</script>
</head>
<body>