Compare commits
No commits in common. "148ed2dda46cc63462704303d14d6215ae9fa160" and "ff52b2ab56bc8cd88d23e7ca66755af4fbd124cc" have entirely different histories.
148ed2dda4
...
ff52b2ab56
@ -25,7 +25,6 @@ export const defaultSession: SessionData = {
|
|||||||
compCd: null,
|
compCd: null,
|
||||||
agencyStoreId: null,
|
agencyStoreId: null,
|
||||||
storeId: null,
|
storeId: null,
|
||||||
storeNm: null,
|
|
||||||
userId: null,
|
userId: null,
|
||||||
category: null,
|
category: null,
|
||||||
userNm: null,
|
userNm: null,
|
||||||
@ -46,7 +45,6 @@ export const defaultSession: SessionData = {
|
|||||||
custCd: null,
|
custCd: null,
|
||||||
builderNo: null,
|
builderNo: null,
|
||||||
isLoggedIn: false,
|
isLoggedIn: false,
|
||||||
role: null,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getSession = async () => {
|
export const getSession = async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user