Right to data portability
Its purpose is to disable the right to data portability from your modal, its default value is true.
Its purpose is to disable the right to data portability from your modal, its default value is true.
It can be set by using:
getComplied.rightToPortability = false;
If you need to hide the functionality but still access it by commands (requires rightToPortability enabled):
getComplied.rightToPortabilityVisible = false;
Last modified 3yr ago