diff --git a/config/devdojo/auth/customizations.php b/config/devdojo/auth/customizations.php index baaafd6..36fa6a6 100644 --- a/config/devdojo/auth/customizations.php +++ b/config/devdojo/auth/customizations.php @@ -8,5 +8,22 @@ 'type' => 'svg', // image, svg 'src' => '', 'height' => '36' + ], + 'heading' => [ + 'align' => 'center' + ], + 'login' => [ + 'text' => [ + 'headline' => 'Sign in', + 'subheadline' => 'Login to your account below', + ], + 'show_subheadline' => false + ], + 'register' => [ + 'text' => [ + 'headline' => 'Sign up', + 'subheadline' => 'Register for your free account below.', + ], + 'show_subheadline' => false, ] ]; \ No newline at end of file diff --git a/config/devdojo/auth/settings.php b/config/devdojo/auth/settings.php index 57a4a1b..2297815 100644 --- a/config/devdojo/auth/settings.php +++ b/config/devdojo/auth/settings.php @@ -1,7 +1,7 @@ env('DEVDOJO_AUTH_DEV', false), diff --git a/resources/views/components/elements/heading.blade.php b/resources/views/components/elements/heading.blade.php index 5c9499a..35fe29f 100644 --- a/resources/views/components/elements/heading.blade.php +++ b/resources/views/components/elements/heading.blade.php @@ -1,5 +1,22 @@ -
{{ $description ?? '' }}
@endif