From 71d9490d0988c97b8b023a70e0b61c65f32ad3b9 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Feb 2020 19:25:36 +0200 Subject: Implement permissions --- frontend/public/index.html | 5 ++++- frontend/src/Home.js | 11 +++++++-- frontend/src/Login.js | 17 +++++++------- frontend/src/Register.js | 18 ++++++++------- frontend/src/UserList.js | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 20 deletions(-) create mode 100644 frontend/src/UserList.js (limited to 'frontend') diff --git a/frontend/public/index.html b/frontend/public/index.html index b41fd33..4f82110 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,13 +6,16 @@ + +