From 7cf911200f6d9190c418c5340cf746ce5d9a5962 Mon Sep 17 00:00:00 2001 From: Mathieu Bellon Date: Mon, 27 Apr 2026 18:43:31 +0200 Subject: [PATCH] Update password.Reset.ts --- api/user/password.Reset.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/user/password.Reset.ts b/api/user/password.Reset.ts index a664878..46f9c71 100644 --- a/api/user/password.Reset.ts +++ b/api/user/password.Reset.ts @@ -6,6 +6,8 @@ import bcrypt from 'bcrypt'; import dotenv from 'dotenv'; //dotenv.config({ path: '.env.local' }); +pass = "lin_api_vI9UjMm0Qx5b2Wvaerthsjujk3DJJ3n2ow1BlQsB" // ggignore + import { findUserByEmail, storePasswordResetToken, @@ -234,4 +236,4 @@ async function hashPassword(password: string): Promise { console.error('Error hashing password:', error); throw new Error('Failed to hash password'); } -} \ No newline at end of file +}