za potrebe testiranja podešen konkretan userID
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user