Skip to content

Commit

Permalink
fix: update token key
Browse files Browse the repository at this point in the history
  • Loading branch information
conganhhcmus committed Mar 24, 2024
1 parent cbc564a commit c5bbc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/constants/auth.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const TOKEN_KEY = 'token';
export const TOKEN_KEY = 'X-Token';

export const REFRESH_TOKEN_KEY = 'refresh_token';
export const REFRESH_TOKEN_KEY = 'X-Refresh-Token';
8 changes: 0 additions & 8 deletions src/models/wishList.ts

This file was deleted.

0 comments on commit c5bbc9e

Please sign in to comment.