diff --git a/frontend/src/pages/Login.vue b/frontend/src/pages/Login.vue index 2159d3c..814f108 100644 --- a/frontend/src/pages/Login.vue +++ b/frontend/src/pages/Login.vue @@ -73,17 +73,9 @@ user: { email: "", password: "", - //token: "", - // evalAuthentication: false }, }; }, - // beforeMount: { - // init: function () { - // this.evalAuthentication(); - // console.log("initiated"); - // } - // }, created() { this.evalAuthentication(); console.log("created: initiated"); diff --git a/frontend/src/pages/Register.vue b/frontend/src/pages/Register.vue index 33b487f..cab6e5c 100644 --- a/frontend/src/pages/Register.vue +++ b/frontend/src/pages/Register.vue @@ -6,58 +6,54 @@