Skip to content

Commit

Permalink
Merge branch 'feature/alova@3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Dec 17, 2024
2 parents 97298fe + 5da5257 commit f5a217f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ createClientTokenAuthentication({
```javascript
createClientTokenAuthentication({
assignToken: method => {
method.config.headers.Authorization = localStorage.getItem('token')};
method.config.headers.Authorization = localStorage.getItem('token');
}
});
```
Expand Down

0 comments on commit f5a217f

Please sign in to comment.