mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
@@ -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