This commit is contained in:
Felix Albrigtsen 2022-04-29 11:23:17 +02:00
parent 16057b6eba
commit 15c8ec395b
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ export default function NoUserPage(props) {
You are not logged in You are not logged in
</Typography> </Typography>
<Typography type="h3"> <Typography type="h3">
Your account is not in the administrators list. Try again with another account here: <Link to="/login">Login</Link> Your account is not in the administrators list. Try again with another account here: <Link to="/login">Login </Link>
or or<Link to="/"> Return to the home page</Link>
<Link to="/"> Return to the home page</Link>
</Typography> </Typography>
</div> </div>
</Paper> </Paper>