From dfbe855f3d59fb591eefce7c4f2947f9e16317e7 Mon Sep 17 00:00:00 2001 From: notsapinho <52896767+notsapinho@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:20:30 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/auth/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/auth/login.ts b/src/routes/auth/login.ts index 15aa2371..b0936104 100644 --- a/src/routes/auth/login.ts +++ b/src/routes/auth/login.ts @@ -30,7 +30,7 @@ router.post( { $or: query, }, - `hash id user_settings.locale user_settings.theme` + `user_data.hash id user_settings.locale user_settings.theme` ).exec(); if (!user) {