<% @page_title = "Create your account" %> <% content_for :header do %> <% end %>

Fizzy

<%= form_with model: @user, url: join_path(@account.join_code), class: "flex flex-column gap" do |form| %>
<%= translation_button :user_name %>
<%= translation_button :email_address %>
<%= translation_button :password %>
<% end %>