<% url = session_transfer_url(user.identity.transfer_id, script_name: nil) %>

Devices

Link to automatically log in on another device.

<%= tag.button class: "btn", data: { action: "dialog#open", controller: "tooltip" } do %> <%= icon_tag "qr-code" %> Display auto-login QR code <% end %>

Scan this code to instantly log in on another device:

<%= qr_code_image(url) %>
<%= button_to_copy_to_clipboard(url) do %> <%= icon_tag "copy-paste" %> Copy auto-login link <% end %>