From 8092f511ec77f4e52d41faa724e24970e573cc98 Mon Sep 17 00:00:00 2001 From: Seb Kay Date: Thu, 27 Mar 2025 09:57:47 +0000 Subject: [PATCH 1/2] Apply guest layout --- resources/js/Layouts/Guest.vue | 64 +++++++++++++++++++ resources/js/Pages/EmailVerification/Show.vue | 13 +++- resources/js/Pages/Login/Show.vue | 11 +++- resources/js/Pages/Register/Show.vue | 8 +++ resources/js/Pages/ResetPassword/Edit.vue | 13 +++- resources/js/Pages/ResetPassword/Show.vue | 8 +++ 6 files changed, 113 insertions(+), 4 deletions(-) create mode 100644 resources/js/Layouts/Guest.vue diff --git a/resources/js/Layouts/Guest.vue b/resources/js/Layouts/Guest.vue new file mode 100644 index 0000000..bb2c3e7 --- /dev/null +++ b/resources/js/Layouts/Guest.vue @@ -0,0 +1,64 @@ + + + diff --git a/resources/js/Pages/EmailVerification/Show.vue b/resources/js/Pages/EmailVerification/Show.vue index d98040c..631385b 100644 --- a/resources/js/Pages/EmailVerification/Show.vue +++ b/resources/js/Pages/EmailVerification/Show.vue @@ -3,7 +3,10 @@
- +
@@ -21,6 +24,14 @@
+ + + + + +