Upgrade packages to latest version

yarn upgrade --latest

Change-Id: I07c71927ffa6c811fe7cbf8bd2a47503e55499ce
This commit is contained in:
Manuel Stahl
2024-02-05 16:28:54 +01:00
parent 82155c23a1
commit ac843b3244
3 changed files with 3371 additions and 3593 deletions

View File

@@ -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" }
);
});