mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Fixed double encoding
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% include "partials/data.njk" %}
|
||||
</head>
|
||||
<body>
|
||||
<script type="application/json" id="auth">{{ encodeJSONForHTML(auth) }}</script>
|
||||
<script type="application/json" id="auth">{{ encodeJSONForHTML(auth) | safe }}</script>
|
||||
<script type="text/javascript" src="{{ resolve('coral-auth-callback/bundle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user