Files
astuto/app/views/tenants/new.html.erb
2022-07-18 10:47:54 +02:00

8 lines
110 B
Plaintext

<%=
react_component(
'TenantSignUp',
{
authenticityToken: form_authenticity_token
}
)
%>