za potrebe testiranja podešen konkretan userID

This commit is contained in:
2024-12-14 09:56:14 +01:00
parent 37ab7a15cb
commit 4a7f899103

View File

@@ -8,16 +8,16 @@ import { defaultLocale } from '../i18n';
export const myAuth = () => { export const myAuth = () => {
// Ovo koristim u developmentu // Ovo koristim u developmentu
//
// const session:Session = { // const session:Session = {
// user: { // user: {
// id: "123", // id: "109754742613069927799",
// name: "Test User", // name: "Nikola Derežić",
// }, // },
// expires: "123", // expires: "123",
// }; // };
//
// return(Promise.resolve(session)); return(Promise.resolve(session));
return(auth()); return(auth());
} }