turn pendo tracking off in settings when checkbox is unchecked

This commit is contained in:
John Mitchell
2018-03-06 11:44:14 -05:00
parent 5f4f4a2fb9
commit 2b4a53147e

View File

@@ -110,6 +110,8 @@ export default
if ($scope.newLicense.pendo) {
pendoService.updatePendoTrackingState('detailed');
pendoService.issuePendoIdentity();
} else {
pendoService.updatePendoTrackingState('off');
}
if ($rootScope.licenseMissing === true) {