mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 09:56:25 +00:00
fix otp setup error due to change in upstream
This commit is contained in:
parent
79b24d2b86
commit
613f4ff3b1
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