This commit is contained in:
syuilo 2017-10-07 08:04:55 +09:00
parent b471aa2db0
commit 82e4668f5d

View file

@ -161,8 +161,7 @@ class SigninContext extends Context {
username_lower: query.toLowerCase() username_lower: query.toLowerCase()
}, { }, {
fields: { fields: {
data: false, data: false
profile: false
} }
}); });