solvers / solvers

Solvers - improve our world
solvers.io
MIT License
40 stars 4 forks source link

implements apparently missing function changeEmail #166

Open phowat opened 10 years ago

phowat commented 10 years ago

I created an account on solvers.io by signing in with github. After that I went to my profile to fill it up and noticed all the fields where saved correctly except for my email. Looking through the source code I saw a Meteor.call() to a function changeEmail which didn't exist. I decided to give it a shot and wrote one. It seems to work fine but I had no previous experience with Meteor so I might be overseeing some obvious issues. Please let me know if there are any changes necessary to get this merged (or if it shouldn't be merged at all). Thanks.