fixed a bunch of group/team permission stuff on the devices page

This commit is contained in:
Carter 2025-04-25 14:40:49 -06:00
parent 988ab1c683
commit afdbe3426e
7 changed files with 59 additions and 33 deletions

View file

@ -60,7 +60,7 @@ function App() {
<AuthWrapper setToken={setToken}>
{ token ?
<HTTPProvider token={token}>
<UserWrapper />
<UserWrapper token={token} />
</HTTPProvider>
:
<LoadingScreen