parent
9237c3e27d
commit
fa5bc6c1ae
|
@ -204,7 +204,7 @@ class AuthBackendPage extends Form
|
|||
}
|
||||
|
||||
$this->info($this->translate('The configuration has been successfully validated.'));
|
||||
} elseif (isset($formData['btn_discover_domains'])) {
|
||||
} elseif (isset($formData['btn_discover_domain'])) {
|
||||
return parent::isValidPartial($formData);
|
||||
} elseif (! isset($formData['backend_validation'])) {
|
||||
// This is usually done by isValid(Partial), but as we're not calling any of these...
|
||||
|
|
Loading…
Reference in New Issue