diff --git a/app/views/accounts/users/_invite.html.erb b/app/views/accounts/users/_invite.html.erb index 9f3f028a8..48d7b6ba9 100644 --- a/app/views/accounts/users/_invite.html.erb +++ b/app/views/accounts/users/_invite.html.erb @@ -16,7 +16,7 @@ <% end %> - <%= image_tag account_join_code_path(format: "svg"), class: "qr-code center", alt: "QR Code", loading: "lazy" %> + <%= image_tag account_join_code_path, class: "qr-code center", alt: "QR Code", loading: "lazy" %>