- updated version;
This commit is contained in:
@@ -45,7 +45,7 @@ const Login = () => {
|
||||
});
|
||||
} else {
|
||||
errorMsgs.current.show([
|
||||
{ sticky: true, severity: 'error', summary: 'Error',
|
||||
{ sticky: true, severity: 'error', summary: '',
|
||||
detail: data.message,
|
||||
closable: true }
|
||||
]);
|
||||
@@ -55,7 +55,7 @@ const Login = () => {
|
||||
|
||||
const loginError = (err) => {
|
||||
errorMsgs.current.show([
|
||||
{ sticky: true, severity: 'error', summary: 'Error',
|
||||
{ sticky: true, severity: 'error', summary: '',
|
||||
detail: sprintf(__('%s', 'gepafin'), err),
|
||||
closable: true }
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user