diff --git a/lib/wsapi/authenticate_user.js b/lib/wsapi/authenticate_user.js
index a14cfa95004d957793558789d394b7144fe23cb4..938b38aa152b275b0ad489b08d1bb81edf24bb6d 100644
--- a/lib/wsapi/authenticate_user.js
+++ b/lib/wsapi/authenticate_user.js
@@ -11,7 +11,7 @@ bcrypt = require('../bcrypt'),
 http = require('http'),
 https = require('https'),
 querystring = require('querystring'),
-statsd = require('../statsd');
+statsd = require('../statsd'),
 config = require('../configuration');
 
 exports.method = 'post';