summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Login/Login.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 872950ea..877f3891 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -152,7 +152,6 @@ export default {
);
})
.then((passwordChangeRequired) => {
- console.log(passwordChangeRequired);
if (passwordChangeRequired) {
this.$router.push('/change-password');
} else {