forked from mirrors/keywind
fix: update login config totp page (#24)
This commit is contained in:
parent
b1ff6e80ce
commit
f6cf1205a5
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
<li>
|
<li>
|
||||||
<p>${msg("loginTotpStep1")}</p>
|
<p>${msg("loginTotpStep1")}</p>
|
||||||
<ul class="list-disc pl-6 py-2 space-y-2">
|
<ul class="list-disc pl-6 py-2 space-y-2">
|
||||||
<#list totp.policy.supportedApplications as app>
|
<#list totp.supportedApplications as app>
|
||||||
<li>${app}</li>
|
<li>${msg(app)}</li>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue