diff --git a/src/client/src/components/NoUserPage.js b/src/client/src/components/NoUserPage.js index c17acb2..1c574ec 100644 --- a/src/client/src/components/NoUserPage.js +++ b/src/client/src/components/NoUserPage.js @@ -9,11 +9,10 @@ export default function NoSuchPage() { You are not logged in - You dont have access to this page, you can log in here: Login + Your account is not in the administrators list. Try again with another account here: Login + or + Return to the home page - - Return to the home page - ) } \ No newline at end of file diff --git a/src/client/src/components/NotLoggedIn.js b/src/client/src/components/NotLoggedIn.js deleted file mode 100644 index 5da8269..0000000 --- a/src/client/src/components/NotLoggedIn.js +++ /dev/null @@ -1,5 +0,0 @@ - - -export default function NoUserPage(props) { - return ("Skjerp deg") -} \ No newline at end of file