Skip to content

v0.0.16: Force Email Configurability

Compare
Choose a tag to compare
@MoizAhmedd MoizAhmedd released this 16 Jan 22:35
· 3 commits to main since this release
0cb333d

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
    },
  });