Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
don't save user email
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Jul 1, 2013
1 parent 92cb7db commit e986245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hearth/media/js/views/settings.js
Expand Up @@ -35,6 +35,7 @@ define('views/settings',
return;
}
var data = utils.getVars($(this).serialize());
delete data.email;

var current_region = user.get_setting('region');
if (current_region !== data.region) {
Expand Down

0 comments on commit e986245

Please sign in to comment.