Compare commits
4 commits
ec5e43889f
...
15eb2c2dad
Author | SHA1 | Date | |
---|---|---|---|
15eb2c2dad | |||
6862afda5c | |||
4109186a47 | |||
e0f227af08 |
1 changed files with 2 additions and 2 deletions
|
@ -140,5 +140,5 @@
|
|||
<script>
|
||||
const email = '<%= user.email %>';
|
||||
const username = '<%= user.username %>';
|
||||
const mastodon = <%- JSON.stringify(user.mastodon) %>;
|
||||
const mastodon = <%- JSON.stringify(user.mastodon || {publish: false, url: '', token: '', message: ''}) %>;
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue