Compare commits
No commits in common. "15eb2c2dade956a5d8acad24a1ff141aaea342a7" and "ec5e43889f2a724b9fc173b1b93ed90a3da826d9" have entirely different histories.
15eb2c2dad
...
ec5e43889f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue