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

Commit

Permalink
Remove a TODO for a nice-to-have-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Marier committed May 29, 2012
1 parent 86c51c4 commit be154a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wsapi/login_do.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.process = function(req, res) {
bidRes.on('end', function () {
var verified = JSON.parse(data);
if (verified.status == 'okay') {
users.account_exists( // TODO: roll this into loginUser and remove need for account_exists()
users.account_exists(
verified.email, function (exists) {
if (exists) {
loginUser(verified.email);
Expand Down

0 comments on commit be154a2

Please sign in to comment.