fix otp setup error due to change in upstream

This commit is contained in:
Constantin Wildförster 2022-11-10 14:55:50 +01:00
parent 79b24d2b86
commit 613f4ff3b1
No known key found for this signature in database
GPG key ID: 5DDDBFF28CC85AFB

View file

@ -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>