|
@@ -54,7 +54,7 @@ const LoginPage: NextPage<Props> = (props: Props) => {
|
|
|
isRegistrationEnabled={true}
|
|
isRegistrationEnabled={true}
|
|
|
registrationWhiteList={props.registrationWhiteList}
|
|
registrationWhiteList={props.registrationWhiteList}
|
|
|
isPasswordResetEnabled={true}
|
|
isPasswordResetEnabled={true}
|
|
|
- isMailerSetup={true}
|
|
|
|
|
|
|
+ isMailerSetup={props.isMailerSetup}
|
|
|
/>
|
|
/>
|
|
|
</NoLoginLayout>
|
|
</NoLoginLayout>
|
|
|
);
|
|
);
|