Skip to content

Commit

Permalink
fix xsrf name in template
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 6, 2024
1 parent 8785c8a commit 0a6cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/templates/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta id="badge-base-url" data-url="{{badge_base_url}}">
<meta id="build-token" data-token="{{ build_token }}">
<meta id="api-token" data-token="{{ api_token }}">
<meta id="xsrf-token" data-token="{{ xsrf_token }}">
<meta id="xsrf-token" data-token="{{ xsrf }}">
{{ super() }}
<script src="{{static_url("dist/bundle.js")}}"></script>
<link href="{{static_url("loading.css")}}" rel="stylesheet">
Expand Down

0 comments on commit 0a6cafb

Please sign in to comment.