I do believe that OTP/MFA is now working.

This commit is contained in:
2024-05-21 12:44:08 +01:00
parent 95675aa5ef
commit b72f88f60f
10 changed files with 65 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<div class="mfa">
<h1 class="mfa-header">New MFA</h1>
<div class="mfa-list">
<p>Scan the code below and then click "Done".</p>
<p>You will only be able to login with your authenticator app once you have clicked "Done"</p>
<%= @svg.html_safe%>
<p><%= link_to "Done", mfas_path, data: { turbo_method: :post} %></p>
</div>
</div>