about summary refs log tree commit diff
path: root/lib/rook_web/templates/app/entrypoint.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rook_web/templates/app/entrypoint.html.eex')
-rw-r--r--lib/rook_web/templates/app/entrypoint.html.eex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rook_web/templates/app/entrypoint.html.eex b/lib/rook_web/templates/app/entrypoint.html.eex
index bc7e84a..7551fdc 100644
--- a/lib/rook_web/templates/app/entrypoint.html.eex
+++ b/lib/rook_web/templates/app/entrypoint.html.eex
@@ -1,5 +1,4 @@
 <link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/#{@entrypoint}.css") %>"/>
 <script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/#{@entrypoint}.js") %>"></script>
-<script>window.token = "<%= @token %>";</script>
 
 <div id="app"></div>