From b8b75854d21310d832f39c800ef423632108af0b Mon Sep 17 00:00:00 2001 From: Matt Young Date: Mon, 27 May 2024 18:18:23 -0500 Subject: [PATCH] Additional links on login and register pages to go to the inverse. --- app/Actions/Fortify/UpdateUserProfileInformation.php | 2 +- resources/views/auth/login.blade.php | 4 ++++ resources/views/auth/register.blade.php | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/Actions/Fortify/UpdateUserProfileInformation.php b/app/Actions/Fortify/UpdateUserProfileInformation.php index 1ed1c7b..5a5e1c9 100644 --- a/app/Actions/Fortify/UpdateUserProfileInformation.php +++ b/app/Actions/Fortify/UpdateUserProfileInformation.php @@ -55,7 +55,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation { $user->forceFill([ 'first_name' => $input['first_name'], - 'last_ name' => $input['last_ name'], + 'last_name' => $input['last_name'], 'judging_preference' => $input['judging_preference'], 'cell_phone' => $input['cell_phone'], 'email' => $input['email'], diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index cdfb409..f2c32a0 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -9,6 +9,10 @@ Log In +
+ Don't have an account? Click here to register. +
+ diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index ee219c0..98d2153 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -13,6 +13,9 @@ Create Account +