From 33182dc17c01caaf6d289b34bc783e5cf0b11284 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Fri, 25 Oct 2024 14:04:35 -0400 Subject: [PATCH] cleaning up the tests --- resources/views/pages/auth/setup/index.blade.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/views/pages/auth/setup/index.blade.php b/resources/views/pages/auth/setup/index.blade.php index b349c40..bea9fd8 100644 --- a/resources/views/pages/auth/setup/index.blade.php +++ b/resources/views/pages/auth/setup/index.blade.php @@ -17,11 +17,12 @@ @volt('auth.setup') -
+
@if(!file_exists(base_path('config/devdojo/auth/settings.php'))) @endif
+

Authentication Setup

Welcome to your authentication setup. Below you will find sections to help you configure and customize the auth in your application.

@@ -31,8 +32,8 @@ -
- +
+ @include('auth::includes.setup.icons.preview')
@@ -40,7 +41,7 @@

Click here to see what your authentication pages look like.

-
+
To learn more about this authentication package, be sure to visit the documentation or view the project on Github.