Fix wrong prefix for email QR code
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 3s

This commit is contained in:
Râu Cao 2024-01-22 11:52:45 +03:00
parent 7b71f2cf76
commit 1e9ec9bb76
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -27,7 +27,7 @@
<%= render partial: "icons/qr_code", locals: { custom_class: "text-blue-600 h-4 w-4 inline" } %> <%= render partial: "icons/qr_code", locals: { custom_class: "text-blue-600 h-4 w-4 inline" } %>
</button> </button>
</p> </p>
<%= render QrCodeModalComponent.new(qr_content: "xmpp:"+current_user.address) %> <%= render QrCodeModalComponent.new(qr_content: current_user.address) %>
</section> </section>
<section> <section>
<h3>E-Mail Password</h3> <h3>E-Mail Password</h3>