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

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