From 85d2a7eeea98f8036d82912d9387ac3228d9071b Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 23 Apr 2021 17:08:22 +1000 Subject: [PATCH] Fix auth scripts missed in previous commit --- .../views/auth/partials/scripts.blade.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/resources/themes/adminlte/views/auth/partials/scripts.blade.php b/resources/themes/adminlte/views/auth/partials/scripts.blade.php index 70c877a..b54ad97 100644 --- a/resources/themes/adminlte/views/auth/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/auth/partials/scripts.blade.php @@ -1,5 +1,9 @@ - - + + + + + + @@ -11,4 +15,9 @@ increaseArea : '20%' // optional }) }) - \ No newline at end of file + + +@if(file_exists('js/custom-auth.js')) + + +@endif \ No newline at end of file