mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-16 13:08:04 +00:00
Remove frontend console debug logs
This commit is contained in:
@@ -25,10 +25,11 @@ export default {
|
||||
})
|
||||
.catch((error) => {
|
||||
if (error.response.status === 401) {
|
||||
this.snackbar = true
|
||||
this.snackbarText = 'Login Failed: Unauthorized'
|
||||
} else {
|
||||
this.snackbarText = 'Login Failed'
|
||||
}
|
||||
console.error(error.response)
|
||||
this.snackbar = true
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user