From 5a359583eb78de7dfd0a5f1fb5b92f77888ca035 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Mon, 15 Apr 2024 22:29:12 +0200 Subject: [PATCH] add login / register links to navigate between screens directly --- resources/js/Components/AuthenticationCard.vue | 2 ++ resources/js/Pages/Auth/Login.vue | 8 ++++++++ resources/js/Pages/Auth/Register.vue | 9 +++++++++ 3 files changed, 19 insertions(+) diff --git a/resources/js/Components/AuthenticationCard.vue b/resources/js/Components/AuthenticationCard.vue index 29a6f53a..b85450c5 100644 --- a/resources/js/Components/AuthenticationCard.vue +++ b/resources/js/Components/AuthenticationCard.vue @@ -9,5 +9,7 @@ class="w-full sm:max-w-md mt-6 px-6 py-4 bg-card-background shadow-md border border-card-border overflow-hidden sm:rounded-lg"> + + diff --git a/resources/js/Pages/Auth/Login.vue b/resources/js/Pages/Auth/Login.vue index 4d558cc2..d215b58e 100644 --- a/resources/js/Pages/Auth/Login.vue +++ b/resources/js/Pages/Auth/Login.vue @@ -37,6 +37,14 @@ const submit = () => { + +
{{ status }}
diff --git a/resources/js/Pages/Auth/Register.vue b/resources/js/Pages/Auth/Register.vue index da28ec77..ba53b9c2 100644 --- a/resources/js/Pages/Auth/Register.vue +++ b/resources/js/Pages/Auth/Register.vue @@ -38,6 +38,15 @@ const page = usePage<{ + +