mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
16 lines
492 B
Plaintext
16 lines
492 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,
|
|
astutoLogoImage: image_url("logo.png"),
|
|
pendingTenantImage: image_url("pending-tenant.png"),
|
|
trialPeriodDays: (Rails.application.trial_period_days / 1.day).to_i,
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%> |