0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-26 03:28:59 +02:00

fix broken HTML tag

This commit is contained in:
Richard van der Hoff 2021-02-01 18:47:01 +00:00
parent f30c3a99be
commit 351845452c

View file

@ -20,7 +20,7 @@
</strong></p>
</header>
<main>
<a href="{{ redirect_url | e }}" class="primary-button"/>
<a href="{{ redirect_url | e }}" class="primary-button">
Continue with {{ idp.idp_name | e }}
</a>
</main>