Skip to content

Commit

Permalink
fix: remove redundant remove tokens (#127)
Browse files Browse the repository at this point in the history
* fix: remove redundant removeToken calls

* chore: bump version
  • Loading branch information
porcellus authored Jul 23, 2024
1 parent cc94bf1 commit d00a307
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 557 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [5.1.2] - 2024-07-12

### Changes

- Removed redundant calls to `removeToken`

## [5.1.1] - 2024-06-12

### Fixes
Expand Down
325 changes: 149 additions & 176 deletions lib/build/axios.js

Large diffs are not rendered by default.

158 changes: 70 additions & 88 deletions lib/build/fetch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/build/frontToken.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/ts/antiCsrf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/

import AsyncStorage from "@react-native-async-storage/async-storage";
import AuthHttpRequest from "./fetch";
import { getLocalSessionState } from "./utils";
import { logDebugMessage } from "./logger";

Expand Down
Loading

0 comments on commit d00a307

Please sign in to comment.