Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
halionaz committed Aug 21, 2024
1 parent 5139b3b commit e630913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/clients/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function AuthProvider() {
const { accessToken, refreshToken, clearTokens, setTokens } = useAuthStore();

const setTokenFromCookie = useCallback(() => {
const accessTokenFromCookie = getCookieValue('access-toke'),
const accessTokenFromCookie = getCookieValue('access-token'),
refreshTokenFromCookie = getCookieValue('refresh-token');

console.log(`access: ${accessTokenFromCookie}`);
Expand Down

0 comments on commit e630913

Please sign in to comment.