+
+
+
diff --git a/frontend/layouts/error.vue b/frontend/layouts/error.vue
index 77e09cd..7b09a87 100644
--- a/frontend/layouts/error.vue
+++ b/frontend/layouts/error.vue
@@ -1,5 +1,5 @@
-
+
{{ pageNotFound }}
@@ -9,7 +9,7 @@
Home page
-
+
diff --git a/frontend/pages/notes.vue b/frontend/pages/notes.vue
new file mode 100644
index 0000000..2223571
--- /dev/null
+++ b/frontend/pages/notes.vue
@@ -0,0 +1,42 @@
+
+
+
My Notes
+
+
+
+
{{ note.title }}
+
+ {{ tag }}
+
+
+
+
+
+
+
diff --git a/frontend/pages/register.vue b/frontend/pages/register.vue
new file mode 100644
index 0000000..e1a89df
--- /dev/null
+++ b/frontend/pages/register.vue
@@ -0,0 +1,127 @@
+
+
+
+
+ Create an Account
+
+
+
+
+ Already have an account?
+ Sign in
+
+
+
+
+
+
+
+
diff --git a/frontend/pages/signin.vue b/frontend/pages/signin.vue
index 7ec535b..c2cc3c9 100644
--- a/frontend/pages/signin.vue
+++ b/frontend/pages/signin.vue
@@ -54,8 +54,10 @@
Don't have an account?
- Create an AccountCreate an Account
@@ -81,9 +83,7 @@ export default {
.loginWith('local', {
data: this.form,
})
- .then(function (response) {})
- // eslint-disable-next-line handle-callback-err
- .catch(function (error) {})
+ .then(() => this.$router.push('/'))
},
},
head: () => ({