aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-02-09 17:29:29 +0300
committerGravatar Vitaly Takmazov2024-02-09 17:45:18 +0300
commite2674c3b27174e408264b84f50bf86a13e2d3824 (patch)
tree9f049f499d57780878034336ae7f2a19cd203b68 /src/main/resources/templates
parentab87188de28ae266aebf03fb429880cf293c6ee9 (diff)
Use fetch credentials instead of hash parameter for authenticated requests
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html
index c3dac5d4..c9b4625a 100644
--- a/src/main/resources/templates/layouts/default.html
+++ b/src/main/resources/templates/layouts/default.html
@@ -35,7 +35,7 @@
<link rel="manifest" href="//i.juick.com/manifest.json" />
</head>
-<body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}>
+<body id="body">
<div id="app">
{% include "views/partial/navigation" %}
<div id="content_wrapper">