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 = () => {
// 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());
}