From 16ce3b6324b0d5f2057d2a7df958c531e7efab8b Mon Sep 17 00:00:00 2001 From: myrmidex Date: Fri, 23 Jan 2026 00:58:10 +0100 Subject: [PATCH] 74 - Minor fixes - Add logout button to onboarding menu - remove Forgot Password --- resources/views/auth/login.blade.php | 9 +------- resources/views/layouts/onboarding.blade.php | 24 +++++++++++++++++++- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index fb71818..dba51e5 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -19,14 +19,7 @@
-
- - @if (Route::has('password.request')) - - {{ __('Forgot password?') }} - - @endif -
+ -
+
+ + @auth +
+
+ +
+
+ @csrf + +
+
+
+
+ @endauth +