mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
fix broken HTML tag
This commit is contained in:
parent
f30c3a99be
commit
351845452c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue