v0.0.16: Force Email Configurability
Supports ability for dev to configure enforcing the email checkbox
initializeDimoSDK({
...
options: {
forceEmail: true, //BY DEFAULT, this is False - users won't have to share email
},
});
Supports ability for dev to configure enforcing the email checkbox
initializeDimoSDK({
...
options: {
forceEmail: true, //BY DEFAULT, this is False - users won't have to share email
},
});