Extract user information from session

This commit is contained in:
2025-03-18 22:44:52 +01:00
parent ecd44dc16d
commit d5bb1acbcb
7 changed files with 108 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import { mdiServer } from "@mdi/js";
import { mdiCash } from "@mdi/js";
import Icon from "@mdi/react";
import Avatar from "@mui/material/Avatar";
import Box from "@mui/material/Box";
@ -68,7 +68,7 @@ export function BaseLoginPage() {
}}
>
<Avatar sx={{ m: 1, bgcolor: "secondary.main" }}>
<Icon path={mdiServer} size={1} />
<Icon path={mdiCash} size={1} />
</Avatar>
<Link to="/" style={{ color: "inherit", textDecoration: "none" }}>
<Typography component="h1" variant="h5">
@ -80,7 +80,7 @@ export function BaseLoginPage() {
variant="h6"
style={{ margin: " 40px 0px" }}
>
Open source money managment
Open source money management
</Typography>
{/* inner page */}