update correct url for admin/settings
This commit is contained in:
+6
-1
@@ -217,7 +217,12 @@ function App() {
|
||||
</ProtectedRoute>
|
||||
} />
|
||||
<Route path="/owner/settings" element={
|
||||
<ProtectedRoute allowedRoles={['OWNER','ADMIN']}>
|
||||
<ProtectedRoute allowedRoles={['OWNER']}>
|
||||
<OrgSettings />
|
||||
</ProtectedRoute>
|
||||
} />
|
||||
<Route path="/admin/settings" element={
|
||||
<ProtectedRoute allowedRoles={['ADMIN']}>
|
||||
<OrgSettings />
|
||||
</ProtectedRoute>
|
||||
} />
|
||||
|
||||
Reference in New Issue
Block a user