From a2ecb62a05d87ac786682b9ead171b3a3641b65e Mon Sep 17 00:00:00 2001 From: Paul Couture Date: Sat, 16 Dec 2023 11:40:39 -0600 Subject: [PATCH] fix: themed manage account forms --- site/resources/views/auth/login.blade.php | 2 +- .../views/partials/nav/head.blade.php | 3 +- site/resources/views/profile/edit.blade.php | 25 ++-- .../partials/update-password-form.blade.php | 88 +++++++------- .../update-profile-information-form.blade.php | 112 +++++++++--------- 5 files changed, 113 insertions(+), 117 deletions(-) diff --git a/site/resources/views/auth/login.blade.php b/site/resources/views/auth/login.blade.php index 1422fe4..2aa5269 100644 --- a/site/resources/views/auth/login.blade.php +++ b/site/resources/views/auth/login.blade.php @@ -35,7 +35,7 @@ {{ __('Remember me') }} -
+
@if (Route::has('password.request')) {{ __('Forgot your password?') }} diff --git a/site/resources/views/partials/nav/head.blade.php b/site/resources/views/partials/nav/head.blade.php index 41fed53..9a584b5 100644 --- a/site/resources/views/partials/nav/head.blade.php +++ b/site/resources/views/partials/nav/head.blade.php @@ -63,8 +63,9 @@ alt="user avatar">