feat: add store name and role properties to default session data #33
@ -25,6 +25,7 @@ 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,
|
||||||
@ -45,6 +46,7 @@ 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