forgot to also update the log in button template for known instances js
This commit is contained in:
parent
289a1df83f
commit
195371dc97
|
@ -62,7 +62,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/html+template" id="instance_button_template">
|
||||
<a style='background-color:#282c37' class='btn primary'
|
||||
<a class='btn primary mastodon-colored'
|
||||
href="{{ url_for('mastodon_login_step1') }}?instance_url=${encodeURIComponent(instance)}">
|
||||
${ !first? '' : `
|
||||
{{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}}
|
||||
|
|
Loading…
Reference in New Issue