From f05bb4c23c9a06d2b307cdb72dac9b64b3673237 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Tue, 22 Jul 2025 21:12:30 +0200 Subject: [PATCH] added role column to table --- .gitignore | 3 ++- client/src/App.tsx | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7f1eab..db0377c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store backend/node_modules/ -client/node_modules/ \ No newline at end of file +client/node_modules/ +todo.txt \ No newline at end of file diff --git a/client/src/App.tsx b/client/src/App.tsx index b7d615c..0ca6ccd 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -31,6 +31,9 @@ function App() { Created + + Role + @@ -43,6 +46,7 @@ function App() { {user.email} {user.password} {user.created} + {user.role} ))}