mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
Disable account registering from disabled email provider
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{-- Header --}}
|
||||
@slot('header')
|
||||
@component('mail::header', ['url' => url('/')])
|
||||
{{ get_setting('app_title') ?? 'VueFileManager' }}
|
||||
{{ get_settings('app_title') ?? 'VueFileManager' }}
|
||||
@endcomponent
|
||||
@endslot
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{{-- Footer --}}
|
||||
@slot('footer')
|
||||
@component('mail::footer')
|
||||
© {{ date('Y') }} {{ get_setting('app_title') ?? 'VueFileManager' }}. @lang('All rights reserved.')
|
||||
© {{ date('Y') }} {{ get_settings('app_title') ?? 'VueFileManager' }}. @lang('All rights reserved.')
|
||||
@endcomponent
|
||||
@endslot
|
||||
@endcomponent
|
||||
|
||||
Reference in New Issue
Block a user