Skip to content

Commit f5a217f

Browse files
committed
Merge branch 'feature/alova@3.x'
2 parents 97298fe + 5da5257 commit f5a217f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/03-client/01-strategy/06-token-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ createClientTokenAuthentication({
296296
```javascript
297297
createClientTokenAuthentication({
298298
assignToken: method => {
299-
method.config.headers.Authorization = localStorage.getItem('token')};
299+
method.config.headers.Authorization = localStorage.getItem('token');
300300
}
301301
});
302302
```

0 commit comments

Comments
 (0)