0
0
Fork 0

Use correct character

This commit is contained in:
Tyler-A 2020-08-05 22:40:02 -06:00
parent 8619f09727
commit 601b684195

View file

@ -188,7 +188,7 @@ export default {
this.user.image = data.images.length > 0 ? data.images[0].url : ``; this.user.image = data.images.length > 0 ? data.images[0].url : ``;
}).catch((err) => { }).catch((err) => {
console/error(err) console.error(err)
window.location.hash = ``; window.location.hash = ``;
window.location.href = `${this.auth_redirect}?error=${encodeURI(err)}`;; window.location.href = `${this.auth_redirect}?error=${encodeURI(err)}`;;
return return