Fix Authenticator Page HTML
Closes `<thead>` and disables escaping for the `totpStep1` message as it includes HTML links.
This commit is contained in:
parent
6369c26671
commit
64b75d2806
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<h2>${msg("authenticatorTitle")}</h2>
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">${msg("configureAuthenticators")}</th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue