fixed a bunch of group/team permission stuff on the devices page
This commit is contained in:
parent
988ab1c683
commit
afdbe3426e
7 changed files with 59 additions and 33 deletions
|
|
@ -60,7 +60,7 @@ function App() {
|
|||
<AuthWrapper setToken={setToken}>
|
||||
{ token ?
|
||||
<HTTPProvider token={token}>
|
||||
<UserWrapper />
|
||||
<UserWrapper token={token} />
|
||||
</HTTPProvider>
|
||||
:
|
||||
<LoadingScreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue