Disable account registering from disabled email provider

This commit is contained in:
Peter Papp
2021-07-23 13:28:40 +02:00
parent 8951ebc69f
commit eaec744356
30 changed files with 733 additions and 71 deletions

View File

@@ -2,7 +2,7 @@
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => url('/')])
{{ get_setting('app_title') }}
{{ get_settings('app_title') }}
@endcomponent
@endslot
@@ -21,7 +21,7 @@
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
© {{ date('Y') }} {{ get_setting('app_title') }}. @lang('All rights reserved.')
© {{ date('Y') }} {{ get_settings('app_title') }}. @lang('All rights reserved.')
@endcomponent
@endslot
@endcomponent