Extract user information from session
This commit is contained in:
@ -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 */}
|
||||
|
Reference in New Issue
Block a user