fix avatar show
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user