From 64506a85fe45ffe5d70699054e4c46ad0a29197c Mon Sep 17 00:00:00 2001 From: MarJose123 <18107626+MarJose123@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(filament-lockscreen):=20Implem?= =?UTF-8?q?ent=20UI=20changes=20to=20the=20lockscreen=20and=20fix=20duplic?= =?UTF-8?q?ate=20html=20tags=20in=20login=20pages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/page/auth/login.blade.php | 69 ++++++++++------------- src/Http/Livewire/LockerScreen.php | 13 +++-- 2 files changed, 37 insertions(+), 45 deletions(-) diff --git a/resources/views/page/auth/login.blade.php b/resources/views/page/auth/login.blade.php index c922f5b..0bb51f4 100644 --- a/resources/views/page/auth/login.blade.php +++ b/resources/views/page/auth/login.blade.php @@ -1,52 +1,43 @@