2022-07-18 10:47:54 +02:00
|
|
|
<%=
|
|
|
|
|
react_component(
|
|
|
|
|
'TenantSignUp',
|
|
|
|
|
{
|
2024-01-22 14:45:48 +01:00
|
|
|
oAuths: @o_auths || [],
|
|
|
|
|
oAuthLoginCompleted: @o_auth_login_completed || false,
|
|
|
|
|
oauthUserEmail: @user_email,
|
|
|
|
|
oauthUserName: @user_name,
|
|
|
|
|
baseUrl: Rails.application.base_url,
|
2024-03-02 18:36:22 +01:00
|
|
|
astutoLogoImage: image_url("logo.png"),
|
2024-05-21 19:10:18 +02:00
|
|
|
feedbackSpaceCreatedImage: image_url("feedback-space-created.png"),
|
2024-03-02 18:36:22 +01:00
|
|
|
pendingTenantImage: image_url("pending-tenant.png"),
|
2024-05-03 18:11:07 +02:00
|
|
|
trialPeriodDays: (Rails.application.trial_period_days / 1.day).to_i,
|
2022-07-18 10:47:54 +02:00
|
|
|
authenticityToken: form_authenticity_token
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
%>
|