diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue index e3be83d..8ecefd5 100644 --- a/frontend/src/views/Login.vue +++ b/frontend/src/views/Login.vue @@ -40,8 +40,17 @@ function goToRegister() { diff --git a/frontend/src/views/NotFound.vue b/frontend/src/views/NotFound.vue index bc3b66c..22da31b 100644 --- a/frontend/src/views/NotFound.vue +++ b/frontend/src/views/NotFound.vue @@ -11,56 +11,130 @@ function goHome() { diff --git a/frontend/src/views/Register.vue b/frontend/src/views/Register.vue index d40cdad..a0f384d 100644 --- a/frontend/src/views/Register.vue +++ b/frontend/src/views/Register.vue @@ -56,8 +56,17 @@ function goToLogin() {