implementation error handler

This commit is contained in:
Amirhossein Mahmoodi
2023-08-09 13:41:14 +03:30
parent 929a7741a6
commit b17bc0136c
22 changed files with 214 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ const WithAuthMiddleware = ({children}) => {
variant="contained"
component={NextLinkComposed}
to={{
pathname: "/",
pathname: "/login",
}}
>
{t("login")}