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 +}