Use correct character
This commit is contained in:
parent
8619f09727
commit
601b684195
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ export default {
|
|||
this.user.image = data.images.length > 0 ? data.images[0].url : ``;
|
||||
|
||||
}).catch((err) => {
|
||||
console/error(err)
|
||||
console.error(err)
|
||||
window.location.hash = ``;
|
||||
window.location.href = `${this.auth_redirect}?error=${encodeURI(err)}`;;
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue