Skip to content

Commit

Permalink
fix: clear filed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and CarlLiu2023 committed Sep 8, 2023
1 parent 88c03c8 commit bf96bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/storefront/src/utils/loginInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const clearCurrentCustomerInfo = async (dispatch: DispatchProps) => {
})
B3SStorage.set('blockPendingAccountOrderCreation', false)
B3SStorage.set('realRole', 100)
B3SStorage.set('loginCustomer', '')
B3SStorage.set('B3CompanyInfo', {
id: '',
companyName: '',
Expand Down

0 comments on commit bf96bda

Please sign in to comment.