From 4a7f8991038b4052c3ccc1c22dec13a98dedb264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Sat, 14 Dec 2024 09:56:14 +0100 Subject: [PATCH] =?UTF-8?q?za=20potrebe=20testiranja=20pode=C5=A1en=20konk?= =?UTF-8?q?retan=20userID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/auth.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lib/auth.ts b/app/lib/auth.ts index 57657a7..55a1f39 100644 --- a/app/lib/auth.ts +++ b/app/lib/auth.ts @@ -8,16 +8,16 @@ import { defaultLocale } from '../i18n'; export const myAuth = () => { // Ovo koristim u developmentu - // + // const session:Session = { // user: { - // id: "123", - // name: "Test User", + // id: "109754742613069927799", + // name: "Nikola Derežić", // }, // expires: "123", // }; - // - // return(Promise.resolve(session)); + + return(Promise.resolve(session)); return(auth()); }