Skip to content

Commit

Permalink
store usid in cookies (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxh authored May 11, 2023
1 parent 2422e07 commit c5ac789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commerce-sdk-react/src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const DATA_MAP: AuthDataMap = {
key: 'customer_id'
},
usid: {
storageType: 'local',
storageType: 'cookie',
key: 'usid'
},
enc_user_id: {
Expand Down

0 comments on commit c5ac789

Please sign in to comment.