fix avatar show

This commit is contained in:
Nguyễn Hải Dũng
2022-12-22 18:31:09 +07:00
parent 208a6b4e26
commit 3c714fc8c5
3 changed files with 112 additions and 109 deletions

View File

@@ -30,7 +30,7 @@ class AutoLogin extends Component {
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
'Authorization': this.props.match.params.token,
'Authorization': "Bearer " + this.props.match.params.token,
// 'Authorization': token,
},
}).then((response) => {