mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
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>
|
||||
<p>${msg("loginTotpStep1")}</p>
|
||||
<ul class="list-disc pl-6 py-2 space-y-2">
|
||||
<#list totp.policy.supportedApplications as app>
|
||||
<li>${app}</li>
|
||||
<#list totp.supportedApplications as app>
|
||||
<li>${msg(app)}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue