Showing
1 changed file
with
1 additions
and
0 deletions
@@ -14,6 +14,7 @@ const QQStrategy = require('passport-qq').Strategy; | @@ -14,6 +14,7 @@ const QQStrategy = require('passport-qq').Strategy; | ||
14 | const AlipayStrategy = require('./models/passport-alipay').Strategy; | 14 | const AlipayStrategy = require('./models/passport-alipay').Strategy; |
15 | 15 | ||
16 | const _ = require('lodash'); | 16 | const _ = require('lodash'); |
17 | + | ||
17 | // const md5 = require('md5'); | 18 | // const md5 = require('md5'); |
18 | 19 | ||
19 | const config = global.yoho.config; | 20 | const config = global.yoho.config; |
-
Please register or login to post a comment