Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender101 committed Jan 17, 2024
1 parent 543ac3f commit f4d971f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 227 deletions.
226 changes: 0 additions & 226 deletions hs_err_pid9532.log

This file was deleted.

7 changes: 6 additions & 1 deletion src/pages/MainPage/ui/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ import { Page } from "@/widgets/Page";
const MainPage = () => {
const { t } = useTranslation("main");

return <Page data-testid="MainPage">{t("main")}</Page>;
return <Page data-testid="MainPage">
<div>{t("main")}</div>
<div>Логин, пароль:</div>
<div>1. admin, 123</div>
<div>2. user,123</div>
</Page>;
};

export default MainPage;

0 comments on commit f4d971f

Please sign in to comment.