<%= render "wrapper", title: "Your workspace is ready", subtitle: "Everything is set up and secure", step: 3 do %>

You’re now logged in as the workspace owner.

<%= link_to "Go to login", admin_portal_root_url(subdomain: current_user.onboard_client.subdomain), class: "btn-primary inline-block" %>
<% end %>