diff --git a/resources/js/Layouts/old.vue b/resources/js/Layouts/old.vue
deleted file mode 100644
index 6d6b2da..0000000
--- a/resources/js/Layouts/old.vue
+++ /dev/null
@@ -1,182 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/js/Pages/Auth/ConfirmPassword.vue b/resources/js/Pages/Auth/ConfirmPassword.vue
deleted file mode 100644
index 32d6623..0000000
--- a/resources/js/Pages/Auth/ConfirmPassword.vue
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
diff --git a/resources/js/Pages/Auth/ForgotPassword.vue b/resources/js/Pages/Auth/ForgotPassword.vue
index b3da3e4..ff6257c 100644
--- a/resources/js/Pages/Auth/ForgotPassword.vue
+++ b/resources/js/Pages/Auth/ForgotPassword.vue
@@ -1,10 +1,9 @@
@@ -25,12 +24,13 @@ const submit = () => {
- Forgot your password? No problem. Just let us know your email address and we will email you a password reset
- link that will allow you to choose a new one.
+
+ Forgot your password? No problem. Just let us know your email
+ address and we will email you a password reset link that will allow
+ you to choose a new one.
-
+
{{ status }}
@@ -52,9 +52,13 @@ const submit = () => {
-
+
+
diff --git a/resources/js/Pages/Auth/Login.vue b/resources/js/Pages/Auth/Login.vue
index f10bf6f..e92f52e 100644
--- a/resources/js/Pages/Auth/Login.vue
+++ b/resources/js/Pages/Auth/Login.vue
@@ -25,7 +25,7 @@ const form = useForm({
const submit = () => {
form.post(route("login"), {
onFinish: () => form.reset("password"),
- onSuccess: () => router.visit(route("/files")),
+ onSuccess: () => router.visit(route("/verify-email")),
});
};
@@ -73,18 +73,23 @@ const submit = () => {
- Don't have an account?
+ Register
+
+
+
+ Forgot your password?