<% url = session_transfer_url(user.transfer_id) %>
<%= tag.button class: "btn", data: { action: "dialog#open" } do %> <%= icon_tag "qr-code" %> Show auto-login QR code <% end %> <%= qr_code_image(url) %>
<%= button_to_copy_to_clipboard(url) do %> <%= icon_tag "copy-paste" %> Copy auto-login link <% end %>