mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +00:00
Disable account registering from disabled email provider
This commit is contained in:
@@ -19,7 +19,7 @@ class ProtectSetupWizardRoutes
|
||||
DB::getPdo();
|
||||
|
||||
// Get setup_wizard status
|
||||
if (Schema::hasTable('settings') && get_setting('setup_wizard_success')) {
|
||||
if (Schema::hasTable('settings') && get_settings('setup_wizard_success')) {
|
||||
return response('Gone', 410);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user