rp_st
12/26/2020, 7:57 AMEmailPassword.init({
signInAndUpFeature: {
signUpForm: {
style: {
button: {
backgroundColor: "#0B72B9",
width: "30%",
margin: "0 auto",
}
}
},
signInForm: {
style: {
button: {
backgroundColor: "#0B72B9",
width: "30%",
margin: "0 auto",
}
}
}
},
resetPasswordUsingTokenFeature: {
enterEmailForm: {
style: {
button: {
backgroundColor: "#0B72B9",
width: "30%",
margin: "0 auto",
}
}
},
submitNewPasswordForm: {
style: {
button: {
backgroundColor: "#0B72B9",
width: "30%",
margin: "0 auto",
}
}
}
}
}),