diff options
Diffstat (limited to 'src/api/endpoints')
| -rw-r--r-- | src/api/endpoints/auth/accept.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/auth/accept.js b/src/api/endpoints/auth/accept.js index fce4fdc9cd..90e6614514 100644 --- a/src/api/endpoints/auth/accept.js +++ b/src/api/endpoints/auth/accept.js @@ -68,7 +68,7 @@ module.exports = (params, user) => if (exist === null) { // Lookup app const app = await App.findOne({ - app_id: session.app_id + _id: session.app_id }); // Generate Hash |