mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-11-30 04:17:30 +00:00
Upgrade packages to latest version
yarn upgrade --latest Change-Id: I07c71927ffa6c811fe7cbf8bd2a47503e55499ce
This commit is contained in:
parent
82155c23a1
commit
ac843b3244
3 changed files with 3371 additions and 3593 deletions
|
|
@ -119,8 +119,8 @@ const LoginPage = () => {
|
|||
typeof error === "string"
|
||||
? error
|
||||
: typeof error === "undefined" || !error.message
|
||||
? "ra.auth.sign_in_error"
|
||||
: error.message
|
||||
? "ra.auth.sign_in_error"
|
||||
: error.message
|
||||
);
|
||||
console.error(error);
|
||||
});
|
||||
|
|
@ -161,8 +161,8 @@ const LoginPage = () => {
|
|||
typeof error === "string"
|
||||
? error
|
||||
: typeof error === "undefined" || !error.message
|
||||
? "ra.auth.sign_in_error"
|
||||
: error.message,
|
||||
? "ra.auth.sign_in_error"
|
||||
: error.message,
|
||||
{ type: "warning" }
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue