refactor: add builderNm field to session management
- Added builderNm field to both SessionData interface and initial state for enhanced session tracking. - Ensured consistency across session management structures.
This commit is contained in:
parent
53966a16e1
commit
fe96acebec
@ -45,6 +45,7 @@ export const defaultSession: SessionData = {
|
||||
storeLvl: null,
|
||||
custCd: null,
|
||||
builderNo: null,
|
||||
builderNm: null,
|
||||
isLoggedIn: false,
|
||||
role: null,
|
||||
}
|
||||
|
||||
@ -41,6 +41,7 @@ const initialState: InitialState = {
|
||||
storeLvl: null,
|
||||
custCd: null,
|
||||
builderNo: null,
|
||||
builderNm: null,
|
||||
isLoggedIn: false,
|
||||
role: null,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user