Files
astuto/app/views/tenants/new.html.erb
2024-01-22 14:45:48 +01:00

13 lines
312 B
Plaintext

<%=
react_component(
'TenantSignUp',
{
oAuths: @o_auths || [],
oAuthLoginCompleted: @o_auth_login_completed || false,
oauthUserEmail: @user_email,
oauthUserName: @user_name,
baseUrl: Rails.application.base_url,
authenticityToken: form_authenticity_token
}
)
%>