Compare commits

..

No commits in common. "15eb2c2dade956a5d8acad24a1ff141aaea342a7" and "ec5e43889f2a724b9fc173b1b93ed90a3da826d9" have entirely different histories.

View file

@ -140,5 +140,5 @@
<script> <script>
const email = '<%= user.email %>'; const email = '<%= user.email %>';
const username = '<%= user.username %>'; const username = '<%= user.username %>';
const mastodon = <%- JSON.stringify(user.mastodon || {publish: false, url: '', token: '', message: ''}) %>; const mastodon = <%- JSON.stringify(user.mastodon) %>;
</script> </script>