summaryrefslogtreecommitdiffstats
path: root/webapp/src/main.js
diff options
context:
space:
mode:
authorJannik Schönartz2019-03-04 02:20:10 +0100
committerJannik Schönartz2019-03-04 02:20:10 +0100
commit36830ada640be6c1c03a76e5ea0c5d4ff8f29a6a (patch)
tree841d4bdb074940573f8423fc0003f231bde408a4 /webapp/src/main.js
parentRevert wtf (diff)
downloadbas-36830ada640be6c1c03a76e5ea0c5d4ff8f29a6a.tar.gz
bas-36830ada640be6c1c03a76e5ea0c5d4ff8f29a6a.tar.xz
bas-36830ada640be6c1c03a76e5ea0c5d4ff8f29a6a.zip
Forgot to remove the console log. -.-
Diffstat (limited to 'webapp/src/main.js')
-rw-r--r--webapp/src/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/src/main.js b/webapp/src/main.js
index f80e6bf..70afb40 100644
--- a/webapp/src/main.js
+++ b/webapp/src/main.js
@@ -60,7 +60,6 @@ Vue.use(VueCodemirror, {
Vue.use(VueTouch)
axios.interceptors.response.use(null, error => {
- console.log(error.response)
if (error && error.response.status === 401) {
axios.post('/api/authentication/logout').then(response => {
router.push('/login')