Compare commits
2 Commits
ff52b2ab56
...
148ed2dda4
| Author | SHA1 | Date | |
|---|---|---|---|
| 148ed2dda4 | |||
| 7a23f02e85 |
@ -25,6 +25,7 @@ export const defaultSession: SessionData = {
|
||||
compCd: null,
|
||||
agencyStoreId: null,
|
||||
storeId: null,
|
||||
storeNm: null,
|
||||
userId: null,
|
||||
category: null,
|
||||
userNm: null,
|
||||
@ -45,6 +46,7 @@ export const defaultSession: SessionData = {
|
||||
custCd: null,
|
||||
builderNo: null,
|
||||
isLoggedIn: false,
|
||||
role: null,
|
||||
}
|
||||
|
||||
export const getSession = async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user