mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-15 23:08:44 +02:00
Fixed credential store error message on required inputs
This commit is contained in:
parent
ba681816c1
commit
3d947ef77b
@ -571,6 +571,11 @@ class CredentialStore extends Wizard
|
||||
$error = __('You must specify a username and/or password');
|
||||
}
|
||||
|
||||
if (isset($error)) {
|
||||
$this->ajaxMsg('error', $error);
|
||||
exit;
|
||||
}
|
||||
|
||||
// Encrypt content (if needed).
|
||||
$values = [
|
||||
'identifier' => $identifier,
|
||||
|
Loading…
x
Reference in New Issue
Block a user