From 601b68419582694504d09cfb4ea8ff2b3ebc9540 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 5 Aug 2020 22:40:02 -0600 Subject: [PATCH] Use correct character --- src/components/ControlBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index 9a90391..bdc03ae 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -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